摘要:
nn.RNN(input_size, hidden_size, num_layers=1, nonlinearity=tanh, bias=True, batch_first=False, dropout=0, bidirectional=False) 参数说明 input_size输入特征的维度, 阅读全文
posted @ 2020-08-08 12:20
kpwong
阅读(1848)
评论(0)
推荐(1)
摘要:
'''导入库'''import torchimport torch.nn as nnimport torchvisionimport torch.utils.data as Datafrom torch.utils import model_zooimport mathfrom torch.auto 阅读全文
posted @ 2020-08-08 09:08
kpwong
阅读(213)
评论(0)
推荐(0)
浙公网安备 33010602011771号