File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ This folder contains training recipes and model readme files for each model. The
17
17
├── README.md //this file
18
18
```
19
19
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
+
20
27
### Model Readme Writing Guideline
21
28
The model readme file in each sub-folder provides the introduction, reproduced results, and running guideline for each model.
22
29
You can’t perform that action at this time.
0 commit comments