Skip to content

Commit d714673

Browse files
authored
docs: add information of hardware of training recipe in config README (#739)
1 parent c4b0e30 commit d714673

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ This folder contains training recipes and model readme files for each model. The
1717
├── README.md //this file
1818
```
1919

20+
> Note: Our training recipes are verified on specific hardware, and the suffix `hardware` (ascend or gpu) in the
21+
> file name of training recipes indicates different hardware. Since Mindspore operators have different precision and
22+
> performance on different hardware, different training recipes are required under different hardware. However, if you
23+
> want to train on another hardware (e.g. GPU) using the training recipe under specific hardware (e.g. Ascend), you only
24+
> need to make minor or no adjustments to the hyperparameters, because the training recipe has a certain degree of
25+
> generalization across different hardware.
26+
2027
### Model Readme Writing Guideline
2128
The model readme file in each sub-folder provides the introduction, reproduced results, and running guideline for each model.
2229

0 commit comments

Comments
 (0)