Error came due to two reasons
1. Used nb_epochs of version 1 instead of epochs in model.fit of version 2.0
2. Used the wrong name for loss (categorical-crossentroy instead of categorical_crossentropy) in model.compile
1. Used nb_epochs of version 1 instead of epochs in model.fit of version 2.0
2. Used the wrong name for loss (categorical-crossentroy instead of categorical_crossentropy) in model.compile
No comments:
Post a Comment