Skip to content

Commit 68086b7

Browse files
author
l2k2
committed
added imports
1 parent 2cae5a2 commit 68086b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videos/text-gen/char-gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import keras
22
from keras.models import Sequential
33
from keras.layers import Dense, Activation
4-
from keras.layers import LSTM
4+
from keras.layers import LSTM, SimpleRNN, GRU
55
from keras.optimizers import RMSprop
66
from keras.utils.data_utils import get_file
77
import numpy as np

0 commit comments

Comments
 (0)