Skip to content

Commit ee76617

Browse files
Add comma
Pull req on IPython NB!
1 parent d87b817 commit ee76617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6.3-advanced-usage-of-recurrent-neural-networks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@
11571157
" i = min_index + lookback\n",
11581158
" while 1:\n",
11591159
" if shuffle:\n",
1160-
" rows = np.random.choice(range(min_index + lookback, max_index), size=batch_size, replace=False)\n"
1160+
" rows = np.random.choice(range(min_index + lookback, max_index), size=batch_size, replace=False)\n",
11611161
" else:\n",
11621162
" if i + batch_size >= max_index:\n",
11631163
" i = min_index + lookback\n",

0 commit comments

Comments
 (0)