Michael Diskin 4 năm trước cách đây
mục cha
commit
52b31531d4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/albert/run_trainer.py

+ 1 - 0
examples/albert/run_trainer.py

@@ -266,6 +266,7 @@ def main():
         client_mode=collaboration_args.client_mode,
         verbose=True,
         start=True,
+        reuse_grad_buffers=True,
         **asdict(averager_args),
     )