I have the following code:
import torch import torch.nn as nn model = nn.Sequential( nn.LSTM(300, 300), nn.Linear(300, 100), nn.ReL