Commit 0a508273 authored by Patrick Wieschollek's avatar Patrick Wieschollek Committed by Yuxin Wu

add merge_op to similarity-learning (#162)

parent 7db397d7
......@@ -151,7 +151,9 @@ def get_config(model, algorithm_name):
extra_callbacks=[
MovingAverageSummary(),
ProgressBar(extra_display),
StatPrinter()],
MergeAllSummaries(),
StatPrinter()
],
max_epoch=20,
)
......
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