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 sir, I have a small question in code.I download the dataset from the kaggle and I find that it has totally 131 kinds of fruits. So whether I can change the codes keras.utils.to_categorical(Ytrain,60) to keras.utils.to_categorical(Ytrain,131)?