kclauw commited on
Commit
13705b5
·
1 Parent(s): 23f2329

Upload folder using huggingface_hub

Browse files
parity_n_40_k_3_N_1005_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.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab53bbfe6a0db307fdec465942432bc9ab38bc8646e4592bc6dc680a961541c2
3
+ size 130
parity_n_40_k_3_N_1005_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,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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: 600
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_1005_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: 1005
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_1005_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_small
102
+ plot_dir_all: ./plots/1_baseline_datasize_vs_lr_small/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_small
105
+ seeds:
106
+ - 0
107
+ - 1
108
+ - 2
109
+ - 3
110
+ - 97
111
+ evaluate_generalizing_models_only: false
112
+ remove_files: true
113
+ plots:
114
+ experiment1:
115
+ title:
116
+ - train.max_epochs
117
+ type: heatmap
118
+ x: dataset.train_samples
119
+ x_label: dataset size
120
+ y_label: learning rate
121
+ 'y':
122
+ - test_acc
123
+ - synergy
124
+ - redundancy
125
+ grid_search:
126
+ dataset.train_samples:
127
+ scale: null
128
+ min: 10
129
+ max: 2000
130
+ num: 11
131
+ type: integer
132
+ train.lr:
133
+ min: 0.01
134
+ max: 0.2
135
+ num: 11
136
+ type: uniform
137
+ experiment_oinfo_title: null
parity_n_40_k_3_N_1005_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_600_seed_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8c7bcc2fa5e7352cba09a023bd7e217f1c42fbc0b3086aa57960bf87fe9c01
3
+ size 48891
parity_n_40_k_3_N_1005_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_600_3.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78edb318d73405160f16bedd3bc62930bb9b40ec7c7bf0411ea480daaa1c71ab
3
+ size 149