Saurabh Khade
Saurabh Khade

Reputation: 63

colab is crashing while using keras.utils.to_categorical

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

Answers (1)

Z B
Z B

Reputation: 131

May the data is not stored in a matrix or ma ythe numebr of categories is very high

Upvotes: 1

Related Questions