Skip to content

Commit 8b3004d

Browse files
author
Morvan Zhou
committed
update
1 parent 7da8376 commit 8b3004d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎tutorial-contents/403_RNN_regressor.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
torch.manual_seed(1) # reproducible
1717

1818
# Hyper Parameters
19-
BATCH_SIZE = 64
2019
TIME_STEP = 5 # rnn time step
2120
INPUT_SIZE = 1 # rnn input size
2221
LR = 0.02 # learning rate

0 commit comments

Comments
 (0)