eaglelandsonce commited on
Commit
59482c2
·
verified ·
1 Parent(s): 1535a31

Update pages/17_RNN_News.py

Browse files
Files changed (1) hide show
  1. pages/17_RNN_News.py +0 -1
pages/17_RNN_News.py CHANGED
@@ -9,7 +9,6 @@ from torch.utils.data import DataLoader, random_split
9
  from torch.nn.utils.rnn import pad_sequence
10
  import matplotlib.pyplot as plt
11
  import pandas as pd
12
- import numpy as np
13
 
14
  # Define the RNN model
15
  class RNN(nn.Module):
 
9
  from torch.nn.utils.rnn import pad_sequence
10
  import matplotlib.pyplot as plt
11
  import pandas as pd
 
12
 
13
  # Define the RNN model
14
  class RNN(nn.Module):