kclauw commited on
Commit
00a187d
·
1 Parent(s): 797ad05

Upload folder using huggingface_hub

Browse files
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/checkpoints/checkpoints.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2545380711d3e7d486c3a6b062507e91591ecf91d9bbb178b751504d91cb070d
3
+ size 62781440
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/config.yaml ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 0
2
+ runs_folder: /media/god/Second/Runs
3
+ huggingface:
4
+ repo_id: kclauw/grokking-oinformation
5
+ synergymask: false
6
+ sparsity_sampling: 10
7
+ scheduler: null
8
+ device: cpu
9
+ test_seed: 123
10
+ evaluate_oinformation: true
11
+ evaluate_sparsity: false
12
+ evaluate_norms: false
13
+ evaluate_subnetworks: false
14
+ evaluate_lottery_ticket: false
15
+ create_grid_search_file: false
16
+ create_plots: true
17
+ store_local: true
18
+ experiment_type: train_single
19
+ unique_plot_path: fcn_relu/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0
20
+ store_on_scratch: true
21
+ oinformation:
22
+ sampling_rate: 1
23
+ max_batch_greedy: 20
24
+ layer: fc2_post
25
+ njobs: 16
26
+ layers:
27
+ - fc2_post
28
+ train: false
29
+ features_type:
30
+ - train
31
+ max_batch_exhaustive: 20
32
+ loss:
33
+ _target_: model.neural_network.MyHingeLoss
34
+ train:
35
+ lr: 0.2
36
+ train_batch_size: 32
37
+ num_workers: 6
38
+ eval_batch_size: 32
39
+ max_epochs: 300
40
+ regularization:
41
+ weight_decay:
42
+ name: wd
43
+ value: 0.01
44
+ type: null
45
+ dropout:
46
+ name: do
47
+ value: 0
48
+ type: dropout
49
+ batchnorm:
50
+ name: bn
51
+ value: false
52
+ type: batchnorm
53
+ oinfo_syn:
54
+ name: syn
55
+ value: 0
56
+ type: null
57
+ layernorm:
58
+ name: ln
59
+ value: false
60
+ type: layernorm
61
+ oinfo_red:
62
+ name: red
63
+ value: 0
64
+ wandb:
65
+ enabled: false
66
+ project: grokking_replica
67
+ unique_filename: parity_n_40_k_3_N_755_100#fcn_relu_1000_10_0.00_default#sgd_bs_32_lr_0.20#wd_0.01_do_0_no_bn_syn_0_no_ln_red_0
68
+ regularization_name: null
69
+ dataset:
70
+ train_samples: 755
71
+ test_samples: 100
72
+ parameters:
73
+ _target_: dataloaders.sparse_parity.parity
74
+ 'n': 40
75
+ k: 3
76
+ name: parity_n_${dataset.parameters.n}_k_${dataset.parameters.k}_N_${dataset.train_samples}_${dataset.test_samples}
77
+ model:
78
+ parameters:
79
+ _target_: src.model.neural_network.DynamicFFN
80
+ activation: relu
81
+ initialization: default
82
+ layers:
83
+ fc1: 1000
84
+ fc2: 10
85
+ initialization_scale: 0.0
86
+ constrained_norm: false
87
+ name: fcn_${model.parameters.activation}
88
+ layer_names:
89
+ - fc1
90
+ - fc2
91
+ optimizer:
92
+ name: sgd
93
+ parameters:
94
+ _target_: torch.optim.SGD
95
+ weight_decay: ${regularization.weight_decay.value}
96
+ paths:
97
+ root_dir: .
98
+ data_dir: ${paths.root_dir}/data/
99
+ log_dir: ${paths.root_dir}/runs/
100
+ output_dir: /kyukon/scratch/gent/433/vsc43397/oinformation-grokking/runs/parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0
101
+ plot_dir: ./plots/1_baseline_datasize_vs_lr
102
+ plot_dir_all: ./plots/1_baseline_datasize_vs_lr/all/fcn_relu/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0
103
+ work_dir: ${hydra:runtime.cwd}
104
+ experiment_name: 1_baseline_datasize_vs_lr
105
+ seeds:
106
+ - 3
107
+ evaluate_generalizing_models_only: false
108
+ remove_files: true
109
+ plots:
110
+ experiment1:
111
+ title: test
112
+ x: dataset.train_samples
113
+ x_label: dataset.train_samples
114
+ 'y':
115
+ - train_acc
116
+ - test_acc
117
+ grid_search:
118
+ dataset.train_samples:
119
+ scale: null
120
+ min: 10
121
+ max: 1500
122
+ num: 21
123
+ type: integer
124
+ train.lr:
125
+ array:
126
+ - 0.01
127
+ - 0.1
128
+ - 0.2
129
+ experiment_oinfo_title: null
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/epoch_results_300_seed_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b877c10bd1dc288d48be2af585f058213bcd5e5d4fa38a1210e11f7eb786a1b
3
+ size 24891
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/oinformation_results_train_300.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd03da3602eb2619cf990dbaadc29cd9b4a1738ce5509ae5878ea6f372474bba
3
+ size 829690
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/optimal_oinformation_results_train_300.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba185dad4c25465ce9047033e61f7f2d7939cf0694d4d3eb31bfb14a3f25755
3
+ size 94868
parity_n_40_k_3_N_755_100/fcn_relu_1000_10_0.00_default/sgd_bs_32_lr_0.20/wd_0.01_do_0_no_bn_syn_0_no_ln_red_0/seed_3/optimal_results_seed_300_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401226ef807f981b231b43b2dc681a0c06d13ab7c36133847c9525161c48da14
3
+ size 149