Commit 95d3098b authored by 郭羽's avatar 郭羽

service model 优化

parent 74eceee2
......@@ -112,7 +112,7 @@ def train(emb_columns, number_columns, inputs, train_dataset):
# train the model
print("train start...")
model.fit(train_dataset, epochs=1)
model.fit(train_dataset, epochs=5)
print("train end...")
print("train save...")
......
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