Michael Diskin 4 years ago
parent
commit
52b31531d4
1 changed files with 1 additions and 0 deletions
  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),
     )