Skip to content
Snippets Groups Projects
Commit 9132c24b authored by Frederik Arnold's avatar Frederik Arnold
Browse files

More epochs

parent ccd622a9
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def main():
evaluator = evaluation.TripletEvaluator(val_anchor, val_positive, val_negative)
# Tune the model
model.fit(train_objectives=[(train_dataloader, train_loss)], epochs=3, warmup_steps=100,
model.fit(train_objectives=[(train_dataloader, train_loss)], epochs=5, warmup_steps=200,
evaluator=evaluator, evaluation_steps=10000, output_path=output_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment