1 parent 7da8376 commit 8b3004dCopy full SHA for 8b3004d
1 file changed
tutorial-contents/403_RNN_regressor.py
@@ -16,7 +16,6 @@
16
torch.manual_seed(1) # reproducible
17
18
# Hyper Parameters
19
-BATCH_SIZE = 64
20
TIME_STEP = 5 # rnn time step
21
INPUT_SIZE = 1 # rnn input size
22
LR = 0.02 # learning rate
0 commit comments