@@ -31,7 +31,7 @@ See the [tutorial](http://tensorpack.readthedocs.io/en/latest/tutorial/efficient
...
@@ -31,7 +31,7 @@ See the [tutorial](http://tensorpack.readthedocs.io/en/latest/tutorial/efficient
## load-resnet.py
## load-resnet.py
This script only converts and runs ImageNet-ResNet{50,101,152} Caffe models [released by Kaiming](https://github.com/KaimingHe/deep-residual-networks).
This script only converts and runs ImageNet-ResNet{50,101,152} Caffe models [released by MSRA](https://github.com/KaimingHe/deep-residual-networks).
Note that the architecture is different from the `imagenet-resnet.py` script and the models are not compatible.
Note that the architecture is different from the `imagenet-resnet.py` script and the models are not compatible.
Usage:
Usage:
...
@@ -47,9 +47,9 @@ The per-pixel mean used here is slightly different from the original.
...
@@ -47,9 +47,9 @@ The per-pixel mean used here is slightly different from the original.