diff --git a/docs/mindspore/source_en/model_train/optimize/profiler.md b/docs/mindspore/source_en/model_train/optimize/profiler.md index 1c73e8d273f60596a38e696bfae1acc171f1709a..b194f81c54fef3bdf5d3178ae0c378cefc5e6abc 100644 --- a/docs/mindspore/source_en/model_train/optimize/profiler.md +++ b/docs/mindspore/source_en/model_train/optimize/profiler.md @@ -396,4 +396,4 @@ schedule configuration related parameters have 5 parameters: wait, warm_up, acti #### schedule and step Configuration Mismatch Problem -Normally, the schedule configuration should be less than the number of model training times, that is, repeat*(wait+warm_up+active)+skip_first should be less than the number of model training times. If the schedule configuration is greater than the number of model training times, Profiler will throw an exception warning, but this will not interrupt the model training, but there may be incomplete data collection and analysis. +Normally, the schedule configuration should be less than the number of model training times, that is, repeat*(wait+warm_up+active)+skip_first should be less than the number of model training times. If the schedule configuration is greater than the number of model training times, Profiler will throw an exception warning, but this will not interrupt the model training, but there may be incomplete data collection and analysis. \ No newline at end of file