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
hello, i am trying this code and i got this error
"TypeError: No loop matching the specified signature and casting was found for ufunc true_divide"
in line 14 on "main.py"
train_images /= int(np.std(train_images))
can you help me to find a reason why i can get that error..
thank you
The text was updated successfully, but these errors were encountered:
hello, i am trying this code and i got this error
"TypeError: No loop matching the specified signature and casting was found for ufunc true_divide"
in line 14 on "main.py"
train_images /= int(np.std(train_images))
can you help me to find a reason why i can get that error..
thank you
The text was updated successfully, but these errors were encountered: