Open sbrent88 opened 3 months ago
dataseats where?
Hello, Hope this finds you well. Where are the datasets? And where is the requirements.txt?
Python 3.7 torch == 1.9.0
dataset: https://drive.google.com/drive/folders/1ohGYWWohJlOlb2gsGTeEq3Wii2egnEPR https://github.com/laiguokun/multivariate-time-series-data
Actual dependencies (for Python 3.9): torch==1.9.0 numpy==1.26.4 pandas==2.2.3 scikit-learn==1.5.2 matplotlib==3.9.2
Training on ECL dataset provided in the comment above, with --enc_hidden=256 takes ~300 sec/epoch on RTX 2060 consuming 3.3GB of VRAM for --pred_len=96. 100 epochs (default) should take around 8 hours on this card.
Hello, Hope this finds you well. Where are the datasets? And where is the requirements.txt?