You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried going to keras version 1 but it still doesn't seem to be happy. The problem seems to be with this: model.fit_generator(train_generator,
validation_data=None,
validation_steps=X_test.shape[0],
steps_per_epoch=X_train.shape[0],
epochs=32,
verbose=2,
callbacks=None)
Can you let me know if I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
Hi.
I am trying to follow your README to train a model and I seem to be getting the following error:
PicklingError: Can't pickle <type 'instancemethod'>: attribute lookup builtin.instancemethod failed
I tried going to keras version 1 but it still doesn't seem to be happy. The problem seems to be with this: model.fit_generator(train_generator,
validation_data=None,
validation_steps=X_test.shape[0],
steps_per_epoch=X_train.shape[0],
epochs=32,
verbose=2,
callbacks=None)
Can you let me know if I'm doing something wrong?
The text was updated successfully, but these errors were encountered: