From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- runs/mvp-H256/20251110-102549/args.json | 14 ++++++++++++++ runs/mvp-H256/20251110-102549/metrics.csv | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 runs/mvp-H256/20251110-102549/args.json create mode 100644 runs/mvp-H256/20251110-102549/metrics.csv (limited to 'runs/mvp-H256/20251110-102549') diff --git a/runs/mvp-H256/20251110-102549/args.json b/runs/mvp-H256/20251110-102549/args.json new file mode 100644 index 0000000..8cd5b74 --- /dev/null +++ b/runs/mvp-H256/20251110-102549/args.json @@ -0,0 +1,14 @@ +{ + "cfg": "data_io/configs/shd.yaml", + "epochs": 3, + "hidden": 256, + "classes": 20, + "lr": 0.001, + "device": "cuda", + "lyapunov": true, + "lambda_reg": 0.1, + "lambda_target": 0.05, + "no_progress": false, + "out_dir": "runs/mvp", + "log_batches": false +} \ No newline at end of file diff --git a/runs/mvp-H256/20251110-102549/metrics.csv b/runs/mvp-H256/20251110-102549/metrics.csv new file mode 100644 index 0000000..9c35883 --- /dev/null +++ b/runs/mvp-H256/20251110-102549/metrics.csv @@ -0,0 +1,4 @@ +step,epoch,batch,loss,acc,lyap,time_sec +epoch,1,-1,2.800421311961722,0.10752820009808729,-0.03987686899947185,55.23640322685242 +epoch,2,-1,2.5067620413042624,0.15730750367827367,-0.049738997264819985,58.84191346168518 +epoch,3,-1,2.3771892627586975,0.18746934771947033,-0.04844353697901847,58.00176692008972 -- cgit v1.2.3