-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
TypeError: bad operand type for unary -: 'list' #27
Comments
Hi @jxrloveyou, what is your NumPy version? The 1.19.5 is ok. |
Helo @ArrowLuo, My Numpy version is 1.19.5, I also found that the dimensions of the elements in the list 'x' are not the same, so the np.sort() operation cannot be performed: |
oh, I have the same problem, did you solve it? @jxrloveyou |
Hi @onlyonewater, @jxrloveyou, thanks for your attention to this issue. It is indeed a bug for the line #L442. This line will return a list instead of a NumPy array. Refer to L#440 to repair it, i.e., add |
ok, I get it, thanks, @ArrowLuo |
Hi! Do you know how to download the raw videos of YouCook2? Thank you very much! |
Hello, there is an error at '-x' in the following code, is it a problem with the numpy version?
The text was updated successfully, but these errors were encountered: