Skip to content
Snippets Groups Projects
Commit 14aa36ee authored by Mia Wang's avatar Mia Wang
Browse files

delete __init__.py

parent b33678de
No related branches found
No related tags found
No related merge requests found
from dataclasses import dataclass
from flask import Flask, request, current_app
from flask import Flask, request, current_app, render_template
# from flask_cors import CORS
import subprocess
import os
......@@ -19,11 +19,20 @@ from numpy import save, load
from tqdm import trange
torch.manual_seed(0)
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
# import agents and its functions
from ..MetaAugment import UCB1_JC_py as UCB1_JC
from ..MetaAugment import Evo_learner as Evo
from MetaAugment import UCB1_JC_py as UCB1_JC
from MetaAugment import Evo_learner as Evo
print('@@@ import successful')
# import agents and its functions
# from ..MetaAugment import UCB1_JC_py as UCB1_JC
# from ..MetaAugment import Evo_learner as Evo
# print('@@@ import successful')
app = Flask(__name__)
......
......@@ -30,10 +30,10 @@ function App() {
return (
<div>
{/* <Home /> */}
<Home />
{/* <Confirm /> */}
{/* <Progress /> */}
<Result />
{/* <Result /> */}
</div>
);
}
......
......@@ -34,12 +34,11 @@ export default function Result() {
color='primary'
size='large'
>
Donwload
Download
</Button>
<Typography>
Please follow our documentation to apply this policy to your dataset.
</Typography>
</CardContent>
</Card>
......
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