Alexander Borzunov 3 年之前
父節點
當前提交
5db0a43b25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/albert/arguments.py

+ 1 - 1
examples/albert/arguments.py

@@ -148,4 +148,4 @@ class AlbertTrainingArguments(TrainingArguments):
 
     save_total_limit: int = 2
     save_steps: int = 500
-    max_steps: int = 10 ** 30
+    max_steps: int = 10 ** 30  # meant as "peer should compute gradients forever"