Closed yutianhang closed 7 years ago
I had the same problem and fixed by using Keras 1.2.0
Yeah I've not updated the code past Keras 1.2.2.
For now, since I'm busy with course work and lectures, I'm putting this project on hiatus. Sorry about that.
Line 5: from keras.engine.training import objectives, standardize_input_data, slice_X, \ standardize_sample_weights, standardize_class_weights, standardize_weights, check_loss_and_target_compatibility
There has not objectives function in keras/engine/training.py Please check it.