Skip to content

Commit 92496f4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2eb1117 commit 92496f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deepmd/utils/argcheck.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,9 @@ def training_args(
31373137
)
31383138
doc_disp_training = "Displaying verbose information during training."
31393139
doc_time_training = "Timing during training."
3140-
doc_disp_avg = "Display the average loss over the display interval for training sets."
3140+
doc_disp_avg = (
3141+
"Display the average loss over the display interval for training sets."
3142+
)
31413143
doc_profiling = "Export the profiling results to the Chrome JSON file for performance analysis, driven by the legacy TensorFlow profiling API or PyTorch Profiler. The output file will be saved to `profiling_file`. In the PyTorch backend, when enable_profiler is True, this option is ignored, since the profiling results will be saved to the TensorBoard log."
31423144
doc_profiling_file = "Output file for profiling."
31433145
doc_enable_profiler = "Export the profiling results to the TensorBoard log for performance analysis, driven by TensorFlow Profiler (available in TensorFlow 2.3) or PyTorch Profiler. The log will be saved to `tensorboard_log_dir`."

0 commit comments

Comments
 (0)