Commit cc2322bb authored by Yuxin Wu's avatar Yuxin Wu

[MaskRCNN] add a better R50

parent 52795cc2
This diff is collapsed.
...@@ -159,7 +159,7 @@ class SyncMultiGPUTrainerReplicated(SingleCostTrainer): ...@@ -159,7 +159,7 @@ class SyncMultiGPUTrainerReplicated(SingleCostTrainer):
certain numerical issues in practice. certain numerical issues in practice.
""" """
BROADCAST_EVERY_EPOCH = True BROADCAST_EVERY_EPOCH = False
@map_arg(gpus=_int_to_range) @map_arg(gpus=_int_to_range)
def __init__(self, gpus, average=True, mode=None): def __init__(self, gpus, average=True, mode=None):
......
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