AbstractPhil commited on
Commit
f546bcc
·
verified ·
1 Parent(s): e693bf7

Upload scoreboard: experiment_5_matrix_decompositions

Browse files
spectral/notebooks/experiment_5_matrix_decompositions/scoreboard.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "experiment": "5.1_qr_signature",
4
+ "best_val_acc": 52.41,
5
+ "best_epoch": 44,
6
+ "params": 779458
7
+ },
8
+ {
9
+ "experiment": "5.2_schur",
10
+ "best_val_acc": 47.39,
11
+ "best_epoch": 44,
12
+ "params": 779458
13
+ },
14
+ {
15
+ "experiment": "5.3_eigenspectrum",
16
+ "best_val_acc": 26.19,
17
+ "best_epoch": 48,
18
+ "params": 773570
19
+ },
20
+ {
21
+ "experiment": "5.4_nmf",
22
+ "best_val_acc": 39.2,
23
+ "best_epoch": 49,
24
+ "params": 771266
25
+ },
26
+ {
27
+ "experiment": "5.5_tucker",
28
+ "best_val_acc": 45.56,
29
+ "best_epoch": 28,
30
+ "params": 804034
31
+ }
32
+ ]