Add PyTorch recurrent forecaster

This commit is contained in:
Codex
2026-06-20 21:28:05 +03:00
parent bac55f22b7
commit 92538850ad
7 changed files with 781 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
# Optional local-only training dependency for tools/train_torch_recurrent_forecaster.py.
# Prefer the CPU wheel on Windows:
# python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
torch>=2.5
numpy>=2.0