AbstractPhil commited on
Commit
e1713d6
·
verified ·
1 Parent(s): 218f2b4

Upload scoreboard: experiment_1_signal_decomposition

Browse files
spectral/notebooks/experiment_1_signal_decomposition/scoreboard.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "experiment": "1.1a_scattering_flat",
4
+ "best_val_acc": 47.15,
5
+ "best_epoch": 39,
6
+ "params": 817090
7
+ },
8
+ {
9
+ "experiment": "1.1b_scattering_spatial",
10
+ "best_val_acc": 68.64,
11
+ "best_epoch": 48,
12
+ "params": 1803458
13
+ },
14
+ {
15
+ "experiment": "1.2a_gabor_fixed",
16
+ "best_val_acc": 48.65,
17
+ "best_epoch": 54,
18
+ "params": 1148098
19
+ },
20
+ {
21
+ "experiment": "1.2b_gabor_multiscale",
22
+ "best_val_acc": 48.83,
23
+ "best_epoch": 47,
24
+ "params": 1252546
25
+ },
26
+ {
27
+ "experiment": "1.3_radon",
28
+ "best_val_acc": 47.44,
29
+ "best_epoch": 33,
30
+ "params": 976066
31
+ },
32
+ {
33
+ "experiment": "1.4_steerable_pyramid",
34
+ "best_val_acc": 48.71,
35
+ "best_epoch": 49,
36
+ "params": 1049794
37
+ },
38
+ {
39
+ "experiment": "1.5_persistence_images",
40
+ "best_val_acc": 46.41,
41
+ "best_epoch": 43,
42
+ "params": 816322
43
+ },
44
+ {
45
+ "experiment": "1.6_stft_magnitude",
46
+ "best_val_acc": 51.7,
47
+ "best_epoch": 49,
48
+ "params": 951490
49
+ }
50
+ ]