摘要: 1、Torch构建简单的模型 # coding:utf-8 import torch class Net(torch.nn.Module): def __init__(self,img_rgb=3,img_size=32,img_class=13): super(Net, self).__init_ 阅读全文
posted @ 2019-08-24 22:52 ARYOUOK 阅读(800) 评论(0) 推荐(0)