소스 검색

no_checkpoints

Michael Diskin 4 년 전
부모
커밋
6a91c4a333
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/albert/run_first_peer.py

+ 1 - 1
examples/albert/run_first_peer.py

@@ -42,7 +42,7 @@ class CoordinatorArguments(BaseTrainingArguments):
         metadata={"help": "Learning curves will be published there"}
     )
     save_checkpoint_step_interval: int = field(
-        default=5,
+        default=None,
         metadata={"help": "Coordinator will load and save state from peers once every that many steps"}
     )
     model_config_path: str = field(