We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a23bbb commit 34b381eCopy full SHA for 34b381e
docs/trainer.md
@@ -663,8 +663,10 @@ Trainer 是一个简单,但功能完整的 Paddle训练和评估模块,并
663
model. (default: None)
664
665
--unified_checkpoint
666
- 是否统一混合并行训练的Checkpoint,(可选,默认为False)
667
- Whether to unify hybrid parallel checkpoint. (default: False)
+ 是否使用unified_checkpoint,开启后训练的checkpoint将存储为新格式。
+ 可以支持跨分布式策略重启、动态扩缩容重启。(可选,默认为False)
668
+ Whether to use unified_checkpoint, enable it to store training checkpoint in a new format.
669
+ Supporting restart with different distribution strategies and devices,(optional, defaults to False)
670
671
--unified_checkpoint_config
672
与Unified Checkpoint相关的一些优化配置项,以str形式传入配置。
0 commit comments