Commit bfaec84e authored by 郭羽's avatar 郭羽

排序模型优化

parent bfa8847f
......@@ -115,7 +115,7 @@ def train(emb_columns, number_columns, inputs, train_dataset):
# train the model
print("train start...")
model.fit(train_dataset, epochs=5)
model.fit(train_dataset, epochs=10)
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