AbstractPhil commited on
Commit
e5dd189
·
verified ·
1 Parent(s): 1c00e5f

Upload scoreboard: experiment_6_losses_and_anchors

Browse files
spectral/notebooks/experiment_6_losses_and_anchors/scoreboard.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "experiment": "6.1_external_only",
4
+ "best_val_acc": 48.56,
5
+ "best_epoch": 48,
6
+ "params": 817090
7
+ },
8
+ {
9
+ "experiment": "6.2_observer_loss",
10
+ "best_val_acc": 11.16,
11
+ "best_epoch": 4,
12
+ "params": 817090
13
+ },
14
+ {
15
+ "experiment": "6.3_aggressive_push",
16
+ "best_val_acc": 46.57,
17
+ "best_epoch": 53,
18
+ "params": 817090
19
+ },
20
+ {
21
+ "experiment": "6.4_high_cv",
22
+ "best_val_acc": 47.22,
23
+ "best_epoch": 48,
24
+ "params": 817090
25
+ },
26
+ {
27
+ "experiment": "6.5_anchors_256",
28
+ "best_val_acc": 47.36,
29
+ "best_epoch": 44,
30
+ "params": 1001538
31
+ },
32
+ {
33
+ "experiment": "6.5_anchors_512",
34
+ "best_val_acc": 47.34,
35
+ "best_epoch": 44,
36
+ "params": 1370434
37
+ },
38
+ {
39
+ "experiment": "6.6_ablation_no_bridge",
40
+ "best_val_acc": 45.39,
41
+ "best_epoch": 29,
42
+ "params": 817090
43
+ },
44
+ {
45
+ "experiment": "6.6_ablation_no_assign",
46
+ "best_val_acc": 46.15,
47
+ "best_epoch": 32,
48
+ "params": 817090
49
+ },
50
+ {
51
+ "experiment": "6.6_ablation_no_attraction",
52
+ "best_val_acc": 45.65,
53
+ "best_epoch": 34,
54
+ "params": 817090
55
+ },
56
+ {
57
+ "experiment": "6.6_ablation_no_pw_nce",
58
+ "best_val_acc": 45.91,
59
+ "best_epoch": 39,
60
+ "params": 817090
61
+ },
62
+ {
63
+ "experiment": "6.6_ablation_no_tri_nce",
64
+ "best_val_acc": 45.38,
65
+ "best_epoch": 28,
66
+ "params": 817090
67
+ }
68
+ ]