Skip to content

Commit 4bd5351

Browse files
authored
Update resnet_model_en.md
1 parent d391118 commit 4bd5351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/imagenet_model/resnet_model_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ There are four parameters in this layer. In fact, only .w0 and .wbias are the le
138138

139139
### Parameter Observation
140140

141-
Users who want to observe the parameters can use python to read:
141+
Users who want to observe the parameters can use Python to read:
142142

143143
```
144144
import sys
@@ -209,7 +209,7 @@ If successful, features are saved in `fea_output/rank-00000` as follows. And you
209209

210210
### Python Interface
211211

212-
`demo/model_zoo/resnet/classify.py` is an example to show how to use python to extract features. Following example still uses data of `./example/test.list`. Command is as follows:
212+
`demo/model_zoo/resnet/classify.py` is an example to show how to use Python to extract features. Following example still uses data of `./example/test.list`. Command is as follows:
213213

214214
```
215215
cd demo/model_zoo/resnet

0 commit comments

Comments
 (0)