dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.

Home Page:http://keras.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model.fit return is incorrect

howard0su opened this issue · comments

    history = model.fit(X_train, y_train, nb_epoch=12, batch_size=16,
                        validation_data=(X_test, y_test), verbose=2)
    config = optimizer.get_config()                                                                                                   assert type(config) == dict
  assert history.history['val_acc'][-1] >= target

this because not test_function .i am fixed.