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
相關文章
相關標籤/搜索