You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is much worse than the paper. Similar situation also happens to METRLA dataset.
Linux Server:
OS: 20.04-Ubuntu
Python 3.11.0, PyTorch 2.0.0 and Hydra 1.3.1
GPU: NVIDIA RTX A6000
Could you help me to figure out the problem?
Also, I found the memory usage was more than 20G. How can I train STGM on Nvidia RTX 2070 GPU with 8G memory? Looking forward to your kindly help.
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
python dtw.py /home/user/STGM/datasets/PEMSBAY/pems-bay.h5
/src/datasets/pemsbay.py
to./run.py trainer.epochs=200 trainer.batch_size=64 dataset=pemsbay device=cuda:3 model.nb_blocks=4 log.logger=wandb model.hidden_channels=32
The result is much worse than the paper. Similar situation also happens to
METRLA
dataset.Linux Server:
Could you help me to figure out the problem?
Also, I found the memory usage was more than 20G. How can I train STGM on Nvidia RTX 2070 GPU with 8G memory? Looking forward to your kindly help.
The text was updated successfully, but these errors were encountered: