dmlc / gluon-cv

Gluon CV Toolkit
http://gluon-cv.mxnet.io
Apache License 2.0
5.82k stars 1.21k forks source link

model_store.py doesn't have sha value for resnetv2 #158

Closed Godricly closed 6 years ago

Godricly commented 6 years ago

KeyError: 'resnet34_v2'

zhreshold commented 6 years ago

it's in mxnet.gluon.model_zoo, but you can still get it through gluoncv.model_zoo. Not a magic 😃

Godricly commented 6 years ago

Well, to deal with other issues, I bypassed this one through copy params between nets. 😆