Reputation: 63
I am trying to train neural network to indentify the colors. But issue is that when i use keras.utils.to_categorical for OneHotEncoding of color names, the colab is crashing and restarting. I tried this around 20 to 25 times but same problem persist. Please help me
Upvotes: 2
Views: 531
Reputation: 131
May the data is not stored in a matrix or ma ythe numebr of categories is very high
Upvotes: 1