shunyaoshih / TPA-LSTM

Temporal Pattern Attention for Multivariate Time Series Forecasting
699 stars 187 forks source link

Training stuck at epoch 1 #17

Open Suppersine opened 3 years ago

Suppersine commented 3 years ago

I was deploying your model on COLAB - with the repo copied, I ran the code below:

!python main.py --mode train \ --attention_len 16 \ --batch_size 32 \ --data_set muse \ --dropout 0.2 \ --learning_rate 1e-5 \ --model_dir ./models/model \ --num_epochs 40 \ --num_layers 3 \ --num_units 338

Everything seems to be fine at that point, but it's stuck while training - I don't know why.T_T https://colab.research.google.com/drive/1jaHTWg637wkD35C5LC5rRjej_G95L6tV?usp=sharing

2021-08-25 (7)

liuyue777 commented 2 years ago

I was deploying your model on COLAB - with the repo copied, I ran the code below:

!python main.py --mode train --attention_len 16 --batch_size 32 --data_set muse --dropout 0.2 --learning_rate 1e-5 --model_dir ./models/model --num_epochs 40 --num_layers 3 --num_units 338

Everything seems to be fine at that point, but it's stuck while training - I don't know why.T_T https://colab.research.google.com/drive/1jaHTWg637wkD35C5LC5rRjej_G95L6tV?usp=sharing

2021-08-25 (7)

Hi, I have the same problem, have you found a solution?