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
File "/data/home/u19120777/Graph_Convolutional_LSTM-master/Code_V1/Train_Validate.py", line 108, in TrainRNN
loss_interval_train = np.around(sum(losses_train[-interval:]).cpu().numpy()[0]/interval, decimals=8)
IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed
my pytorch version is 1.1 python version is 1.7 and I run this model with gpu, but I get troubled with this error..
The text was updated successfully, but these errors were encountered:
File "/data/home/u19120777/Graph_Convolutional_LSTM-master/Code_V1/Train_Validate.py", line 108, in TrainRNN
loss_interval_train = np.around(sum(losses_train[-interval:]).cpu().numpy()[0]/interval, decimals=8)
IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed
my pytorch version is 1.1 python version is 1.7 and I run this model with gpu, but I get troubled with this error..
The text was updated successfully, but these errors were encountered: