Commit b2dfc734 authored by Yuxin Wu's avatar Yuxin Wu

update alexnet converted model

parent 3d0bb706
......@@ -22,6 +22,10 @@ Usage:
Install caffe python bindings.
python -m tensorpack.utils.loadcaffe PATH/TO/CAFFE/{deploy.prototxt,bvlc_alexnet.caffemodel} alexnet.npy
Or download a converted caffe model from http://models.tensorpack.com/caffe/
Then, run it:
./load-alexnet.py --load alexnet.npy --input cat.png
"""
......
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment