Commit c270a1ed authored by Yuxin Wu's avatar Yuxin Wu

fix keras example

parent 6f3ed357
......@@ -101,7 +101,7 @@ def get_config():
dataset_train, dataset_test = get_data()
return TrainConfig(
model=KerasModel(get_keras_model()),
model=Model(),
dataflow=dataset_train,
callbacks=[
KerasCallback(True), # for Keras training
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment