post_img

torch之LSTM

摘要

长短期记忆(LSTM) 读取数据集 import numpy as np import torch from torch impo …

post_img

torch之GRU

摘要

门控循环单元(GRU) 读取数据集 import numpy as np import torch from torch impo …

post_img

torch之RNN

摘要

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