tornadomeet / ResNet

Reproduce ResNet-v2(Identity Mappings in Deep Residual Networks) with MXNet
Apache License 2.0
556 stars 199 forks source link

Imagenet11K synset #23

Closed Darwin2011 closed 7 years ago

Darwin2011 commented 7 years ago

@tornadomeet

Could you please show me how I can get the syntex for imagenet 11k? Thanks a lot.

tornadomeet commented 7 years ago

cc @mli

tornadomeet commented 7 years ago

@Darwin2011 here: http://data.mxnet.io/models/imagenet-11k/synset.txt
the usage is here: https://github.com/dmlc/mxnet-notebooks/blob/master/python/tutorials/predict_imagenet.ipynb

Darwin2011 commented 7 years ago

@tornadomeet Thanks.