lxztju / pytorch_classification

利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
MIT License
1.38k stars 338 forks source link

Cannot import name 'Resnet50' from 'models' #24

Open keithyh opened 3 years ago

keithyh commented 3 years ago

This error occurs when I use predict.py.Strangely,this is not occurring in Ubuntu,but occurring in Win 10.