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
There seems to be an error in the learning_apps notebook. Don't know exactly what is causing that but when the an object of DataSet is initialized with the MNIST or the Fashion MNIST dataset, it gives the following error:
"ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()". Can someone help regarding this?