Skip to content

Commit 1384e3d

Browse files
Update index_en.md
删除了关于train.sh文件路径的说明
1 parent 1562e00 commit 1384e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/image_classification/index_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ for classification. A description of VGG network can be found here [http://www.r
147147
# small_vgg is predined in trainer_config_helpers.network
148148
predict = small_vgg(input_image=img, num_channels=3)
149149
```
150-
After writing the config, we can train the model by running the script train.sh. Notice that the following script assumes the you run the script in the `./demo/image_classification` folder. If you run the script in a different folder, you need to change the paths of the scripts and the configuration files accordingly.
150+
After writing the config, we can train the model by running the script train.sh.
151151

152152
```bash
153153
config=vgg_16_cifar.py

0 commit comments

Comments
 (0)