Pytorch学习第五讲:LSTM网络实现

这里主要记录一下lstm网络的pytorch实现:python import torch import torch.nn as nn from torch.autograd import Variable import torch.nn.functional as F class my_lstm(nn.Module): def __init__(self): super
相关文章
相关标签/搜索