diff options
Diffstat (limited to 'runs/mvp-H256/20251110-100604')
| -rw-r--r-- | runs/mvp-H256/20251110-100604/args.json | 14 | ||||
| -rw-r--r-- | runs/mvp-H256/20251110-100604/metrics.csv | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/runs/mvp-H256/20251110-100604/args.json b/runs/mvp-H256/20251110-100604/args.json new file mode 100644 index 0000000..9120927 --- /dev/null +++ b/runs/mvp-H256/20251110-100604/args.json @@ -0,0 +1,14 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 3, + "hidden": 256, + "classes": 20, + "lr": 0.001, + "device": "cuda", + "lyapunov": false, + "lambda_reg": 0.1, + "lambda_target": 0.0, + "no_progress": false, + "out_dir": "runs/mvp", + "log_batches": false +}
\ No newline at end of file diff --git a/runs/mvp-H256/20251110-100604/metrics.csv b/runs/mvp-H256/20251110-100604/metrics.csv new file mode 100644 index 0000000..9ff0544 --- /dev/null +++ b/runs/mvp-H256/20251110-100604/metrics.csv @@ -0,0 +1,4 @@ +step,epoch,batch,loss,acc,lyap,time_sec
+epoch,1,-1,2.7949047564524774,0.10286905345757724,nan,53.332730531692505
+epoch,2,-1,2.4967066046652575,0.15951446787641,nan,51.94334006309509
+epoch,3,-1,2.360550615470628,0.2091711623344777,nan,52.19387125968933
|
