AbstractPhil commited on
Commit
dbf40f6
·
verified ·
1 Parent(s): f1fc0b0

Upload scoreboard: experiment_2_manifold_structures

Browse files
spectral/notebooks/experiment_2_manifold_structures/scoreboard.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "experiment": "2.5_anchors_64_repulsion",
4
+ "best_val_acc": 46.79,
5
+ "best_epoch": 48,
6
+ "params": 724866
7
+ },
8
+ {
9
+ "experiment": "2.5_anchors_128_repulsion",
10
+ "best_val_acc": 46.95,
11
+ "best_epoch": 44,
12
+ "params": 817090
13
+ },
14
+ {
15
+ "experiment": "2.5_anchors_256_repulsion",
16
+ "best_val_acc": 47.47,
17
+ "best_epoch": 53,
18
+ "params": 1001538
19
+ },
20
+ {
21
+ "experiment": "2.5_anchors_128_orthogonal",
22
+ "best_val_acc": 46.66,
23
+ "best_epoch": 49,
24
+ "params": 817090
25
+ },
26
+ {
27
+ "experiment": "2.5_anchors_128_xavier",
28
+ "best_val_acc": 47.02,
29
+ "best_epoch": 47,
30
+ "params": 817090
31
+ }
32
+ ]