diff options
Diffstat (limited to 'results/vanilla_dfa_early_ckpts')
| -rw-r--r-- | results/vanilla_dfa_early_ckpts/vanilla_dfa_s123_log.json | 66 | ||||
| -rw-r--r-- | results/vanilla_dfa_early_ckpts/vanilla_dfa_s456_log.json | 66 |
2 files changed, 132 insertions, 0 deletions
diff --git a/results/vanilla_dfa_early_ckpts/vanilla_dfa_s123_log.json b/results/vanilla_dfa_early_ckpts/vanilla_dfa_s123_log.json new file mode 100644 index 0000000..68883a5 --- /dev/null +++ b/results/vanilla_dfa_early_ckpts/vanilla_dfa_s123_log.json @@ -0,0 +1,66 @@ +{ + "config": { + "seed": 123, + "max_epoch": 2, + "lr": 0.001, + "wd": 0.01, + "save_at": [ + 1, + 2 + ], + "output_dir": "results/vanilla_dfa_early_ckpts" + }, + "log": [ + { + "epoch": 0, + "h_norms": [ + 8.690464973449707, + 8.719978332519531, + 8.73093318939209, + 8.75937271118164, + 8.790542602539062 + ], + "g_norms": [ + 0.0009977436857298017, + 0.000992251792922616, + 0.0009848480112850666, + 0.0009761073160916567, + 0.0009735578205436468 + ] + }, + { + "epoch": 1, + "h_norms": [ + 861.2440185546875, + 2373.370849609375, + 4675.99951171875, + 6090.40869140625, + 6962.984375 + ], + "g_norms": [ + 2.380779051236459e-06, + 1.3197138741816161e-06, + 1.3154849511920474e-06, + 1.3285966815601569e-06, + 1.3258621720524388e-06 + ] + }, + { + "epoch": 2, + "h_norms": [ + 1679.3353271484375, + 8852.6904296875, + 31685.556640625, + 40725.1484375, + 45390.203125 + ], + "g_norms": [ + 1.1121658189949812e-06, + 2.7321576112626644e-07, + 2.7429715032667445e-07, + 2.751477552465076e-07, + 2.743622644629795e-07 + ] + } + ] +}
\ No newline at end of file diff --git a/results/vanilla_dfa_early_ckpts/vanilla_dfa_s456_log.json b/results/vanilla_dfa_early_ckpts/vanilla_dfa_s456_log.json new file mode 100644 index 0000000..1208df9 --- /dev/null +++ b/results/vanilla_dfa_early_ckpts/vanilla_dfa_s456_log.json @@ -0,0 +1,66 @@ +{ + "config": { + "seed": 456, + "max_epoch": 2, + "lr": 0.001, + "wd": 0.01, + "save_at": [ + 1, + 2 + ], + "output_dir": "results/vanilla_dfa_early_ckpts" + }, + "log": [ + { + "epoch": 0, + "h_norms": [ + 8.696551322937012, + 8.737784385681152, + 8.813130378723145, + 8.844642639160156, + 8.889528274536133 + ], + "g_norms": [ + 0.0010079912608489394, + 0.0010035138111561537, + 0.0009970925748348236, + 0.0009936393471434712, + 0.000986678060144186 + ] + }, + { + "epoch": 1, + "h_norms": [ + 900.3377685546875, + 3463.92626953125, + 6660.5166015625, + 10478.5126953125, + 13466.513671875 + ], + "g_norms": [ + 2.017142833210528e-06, + 7.972002435963077e-07, + 7.783806381667091e-07, + 7.758338256280695e-07, + 7.810436954969191e-07 + ] + }, + { + "epoch": 2, + "h_norms": [ + 1785.048828125, + 14088.892578125, + 36535.42578125, + 61441.53515625, + 73892.0078125 + ], + "g_norms": [ + 9.084495218303346e-07, + 1.7716872946493822e-07, + 1.705153493958278e-07, + 1.7151720044239482e-07, + 1.728312355453454e-07 + ] + } + ] +}
\ No newline at end of file |
