We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b1e49 commit f3817f9Copy full SHA for f3817f9
cnn_fchollet_train.py
@@ -86,7 +86,7 @@
86
y_train = train.labels
87
y_test = test.labels
88
89
-# Correct sequence length if seq_len was originally None
+# Overwrite sequence length if seq_len was originally None
90
seq_len = x_train.shape[1]
91
92
# Construct reverse lookup vocabulary
cnn_ykim_train.py
@@ -83,7 +83,7 @@
83
84
85
0 commit comments