Keras入门课4:使用ResNet识别cifar10数据集 本系列课程代码,欢迎star: https://github.com/tsycnh/Keras-Tutorials 前面几节课都是用一些简单的网络来做图像识别,这节课我们要使用经典的ResNet网络对cifar10进行分类。 ResNet是何凯明大神提出的残差网络,具体论文见此 ResNet v1 Deep Residual L
1. 构建需要量化的模型 talk is cheap, show me the code import torchimport torch.nn as nnimport torch.nn.functional as Fimport copyimport torchvisionfrom torchvision import transformsfrom torchvision.mod