Skip to content
Snippets Groups Projects
Commit d239f59a authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

update import temp_util

parent 5ecdfcec
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,8 @@ torch.manual_seed(0) ...@@ -12,12 +12,8 @@ torch.manual_seed(0)
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('..'))
import wapp_util
import temp_util.wapp_util as wapp_util
# import agents and its functions
from MetaAugment import UCB1_JC_py as UCB1_JC
from MetaAugment import Evo_learner as Evo
print('@@@ import successful') print('@@@ import successful')
app = Flask(__name__) app = Flask(__name__)
......
...@@ -6,7 +6,7 @@ import torch ...@@ -6,7 +6,7 @@ import torch
torch.manual_seed(0) torch.manual_seed(0)
import wapp_util import temp_util.wapp_util as wapp_util
bp = Blueprint("progress", __name__) bp = Blueprint("progress", __name__)
......
...@@ -5,7 +5,7 @@ import torch ...@@ -5,7 +5,7 @@ import torch
torch.manual_seed(0) torch.manual_seed(0)
import wapp_util import temp_util.wapp_util as wapp_util
bp = Blueprint("training", __name__) bp = Blueprint("training", __name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment