lxztju / pytorch_classification

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

from utils import adjust_learning_rate_cosine, adjust_learning_rate_step #18

Open zhong110020 opened 4 years ago

zhong110020 commented 4 years ago

There is no adjust learning rate_ step.py in the utils folder file,and hope to provide it, thanks!