Skip to content

Commit a54bd6c

Browse files
authored
Update resnet_model_en.md
1 parent f17c6c7 commit a54bd6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/tutorials/imagenet_model/resnet_model_en.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See ```demo/model_zoo/resnet/resnet.py```. This config contains network of 50, 1
5252

5353
### Network Visualization
5454

55-
You can get a diagram of ResNet network by running the following commands. The script generates dot file and then converts dot file to PNG file, which uses installed draw_dot tool in our server. If you can not access the server, just install graphviz to convert dot file.
55+
You can get a diagram of ResNet network by running the following commands. The script generates dot file and then converts dot file to PNG file, which needs to install graphviz to convert.
5656

5757
```
5858
cd demo/model_zoo/resnet
@@ -238,8 +238,6 @@ python classify.py \
238238
* \--output_layer="xxx,xxx": specify layers to extract features.
239239
* \--output_dir=features: output diretcoty.
240240

241-
Note, since the convolution layer in these ResNet models is suitable for the cudnn implementation which only support GPU. It not support CPU mode because of compatibility issue and we will fix later.
242-
243241
If run successfully, you will see features saved in `features/batch_0`, this file is produced with cPickle. You can use `load_feature_py` interface in `load_feature.py` to open the file, and it returns a dictionary as follows:
244242

245243
```

0 commit comments

Comments
 (0)