Skip to content

Commit 043a8db

Browse files
committed
final changes
1 parent ed2e157 commit 043a8db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

plot_best.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,20 @@
1919
"tanh": ["0.01"]},
2020
"spectral": {"elu": ["0.1"],
2121
"relu": ["0.1"],
22-
"tanh": ["0.1"]}}
22+
"tanh": ["0.1"]},
23+
"alternate": {"elu": ["0.01"],
24+
"relu": ["0.01"],
25+
"tanh": ["0.01"]}}
2326
"""
2427
alg = {"connectivity": {"elu": ["0"],
2528
"relu": ["0"],
2629
"tanh": ["0"]},
2730
"spectral": {"elu": ["0"],
2831
"relu": ["0"],
29-
"tanh": ["0"]}}
32+
"tanh": ["0"]},
33+
"alternate": {"elu": ["0"],
34+
"relu": ["0"],
35+
"tanh": ["0"]}}
3036

3137
best_df = []
3238
for df_path in tqdm(glob("./test/*.csv"), "Best curve"):

0 commit comments

Comments
 (0)