We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm testing your code with PeMSD7 dataset and I'm having the following results when training...
Epoch 0, Step 0: [nan, 234.636] Epoch 0 Training Time 12.199s Time Step 3: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000. Time Step 6: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000. Time Step 9: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000.
Can you explain me why is this happening?
I noticed that in function multi_pred, the variable step_list is only Nan values.
multi_pred
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Me too, I got the same results!!
Sorry, something went wrong.
No branches or pull requests
I'm testing your code with PeMSD7 dataset and I'm having the following results when training...
Epoch 0, Step 0: [nan, 234.636] Epoch 0 Training Time 12.199s Time Step 3: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000. Time Step 6: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000. Time Step 9: MAPE 4000.000%, 4000.000%; MAE 100000.000, 100000.000; RMSE 100000.000, 100000.000.
Can you explain me why is this happening?
I noticed that in function
multi_pred
, the variable step_list is only Nan values.Thanks in advance!
The text was updated successfully, but these errors were encountered: