Commit 2981c5d4 authored by Yuxin Wu's avatar Yuxin Wu

fix typo in last commit

parent cefc7748
...@@ -86,7 +86,7 @@ if __name__ == '__main__': ...@@ -86,7 +86,7 @@ if __name__ == '__main__':
ScheduledHyperParamSetter('learning_rate', lr_schedule), ScheduledHyperParamSetter('learning_rate', lr_schedule),
GPUMemoryTracker(), GPUMemoryTracker(),
HostMemoryTracker(), HostMemoryTracker(),
ThroughputTracker(samples_per_epoch=cfg.TRAIN.NUM_GPUS), ThroughputTracker(samples_per_step=cfg.TRAIN.NUM_GPUS),
EstimatedTimeLeft(median=True), EstimatedTimeLeft(median=True),
SessionRunTimeout(60000), # 1 minute timeout SessionRunTimeout(60000), # 1 minute timeout
] ]
......
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