Skip to content

Commit

Permalink
[DOC] Update trainer.md (PaddlePaddle#4262)
Browse files Browse the repository at this point in the history
* Add skip_memory_metrics which is used for whether to trace memory metrics
  • Loading branch information
ymyjl authored Dec 28, 2022
1 parent 70ca8f8 commit d22f1f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/trainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,5 +548,10 @@ Trainer 是一个简单,但功能完整的 Paddle训练和评估模块,并
是否从断点重启恢复训练,(可选,默认为 None)
The path to a folder with a valid checkpoint for your
model. (default: None)

--skip_memory_metrics
是否跳过内存profiler检测。(可选,默认为True,跳过)
Whether or not to skip adding of memory profiler reports
to metrics.(default:True)

```

0 comments on commit d22f1f7

Please sign in to comment.