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
I am trying to run the code on the other dataset following the instructions in the readme, but I get 'ValueError: setting an array element with a sequence' when I try to train.
Do you have any idea where the problem could be?
The text was updated successfully, but these errors were encountered:
SojeongAn
changed the title
ValueError: setting an array element with a sequence'
ValueError: setting an array element with a sequence
Oct 24, 2019
I am not sure where you are getting this error for, but I often get this error I am trying to convert a nested list into numpy (np.asarray), but the items in the list have different sequence lengths. This could be due to misprocessing the data...make sure before mini-batching the data is padded and everything.
I am trying to run the code on the other dataset following the instructions in the readme, but I get 'ValueError: setting an array element with a sequence' when I try to train.
Do you have any idea where the problem could be?
The text was updated successfully, but these errors were encountered: