ancs21 commited on
Commit
0dbe484
·
verified ·
1 Parent(s): a4f690d

Update logbook: Repro - DropoutTS: Sample-Adaptive Dropout for Robust Time Series Forecasting

Browse files
Files changed (2) hide show
  1. logbook.json +3 -3
  2. pages/conclusion/page.md +1 -1
logbook.json CHANGED
@@ -10,7 +10,7 @@
10
  "icml2026-repro",
11
  "paper-7sksHLUvhH"
12
  ],
13
- "updated_at": "2026-07-16T04:58:22+00:00",
14
  "root": {
15
  "slug": "index",
16
  "title": "Repro - DropoutTS: Sample-Adaptive Dropout for Robust Time Series Forecasting",
@@ -54,6 +54,6 @@
54
  }
55
  ]
56
  },
57
- "agent_view_tokens": 3806,
58
- "revision": "1784177902101177000"
59
  }
 
10
  "icml2026-repro",
11
  "paper-7sksHLUvhH"
12
  ],
13
+ "updated_at": "2026-07-16T05:44:38+00:00",
14
  "root": {
15
  "slug": "index",
16
  "title": "Repro - DropoutTS: Sample-Adaptive Dropout for Robust Time Series Forecasting",
 
54
  }
55
  ]
56
  },
57
+ "agent_view_tokens": 3820,
58
+ "revision": "1784180678070555000"
59
  }
pages/conclusion/page.md CHANGED
@@ -22,6 +22,6 @@ This reproduction of DropoutTS (arXiv:2601.21726) lands as a mix, and the mix is
22
  <!-- trackio-cell
23
  {"type": "markdown", "id": "cell_4f01fb19bb99", "created_at": "2026-07-16T04:44:55+00:00", "title": "Reproduction bundle"}
24
  -->
25
- Reproduction bundle (all scripts, raw run outputs, and figures): https://github.com/ancs21/dropoutts-repro
26
 
27
  It contains `smoke_claim4.py` (the local Claim 4 check), `modal_repro.py` (the Modal GPU pipeline for Claims 1, 2, 4c, and 5), `analyze_claim1.py`, and the raw result JSONs plus the synthetic results table and figure. The paper's own code is at https://github.com/CityMind-Lab/DropoutTS. Everything was trained on Modal A10G GPUs with a single seed and the repo's default hyperparameters.
 
22
  <!-- trackio-cell
23
  {"type": "markdown", "id": "cell_4f01fb19bb99", "created_at": "2026-07-16T04:44:55+00:00", "title": "Reproduction bundle"}
24
  -->
25
+ Reproduction bundle (all scripts, raw run outputs, and figures), on the Hugging Face Hub: https://huggingface.co/datasets/ancs21/dropoutts-repro-bundle
26
 
27
  It contains `smoke_claim4.py` (the local Claim 4 check), `modal_repro.py` (the Modal GPU pipeline for Claims 1, 2, 4c, and 5), `analyze_claim1.py`, and the raw result JSONs plus the synthetic results table and figure. The paper's own code is at https://github.com/CityMind-Lab/DropoutTS. Everything was trained on Modal A10G GPUs with a single seed and the repo's default hyperparameters.