akshaybahadur21 / Emojinator

A simple emoji classifier for humans. 🖖
MIT License
501 stars 190 forks source link

ValueError: invalid literal for int() with base 10: 'es\\3' #11

Closed samrudh closed 5 years ago

samrudh commented 5 years ago

I tried to reduce classes to 6. Changed num_of_classes in TrainEmojinator.py. Also removed gestures from 7 to 12 However getting below error while training the model: y = np.array(y, dtype='int') ValueError: invalid literal for int() with base 10: 'es\3'

In main function: main() File ".\TrainEmojinator.py", line 61, in main train_y = np_utils.to_categorical(Y_train)

samrudh commented 5 years ago

similar issue opened already

chen-chu commented 4 years ago

i have same issue,could you tell me how to do?