post_img

torch之RNN

摘要

循环神经网络 import torch print(torch.__version__) 1.11.0+cu113 cuda X, …

post_img

torch之NIN

摘要

网络中的网络(NiN) import time import torch from torch import nn, optim …