From 8b3004daba203ee7f47f15ef1aac60335fc30ab5 Mon Sep 17 00:00:00 2001 From: Morvan Zhou Date: Thu, 11 May 2017 11:34:54 +1000 Subject: [PATCH] update --- tutorial-contents/403_RNN_regressor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorial-contents/403_RNN_regressor.py b/tutorial-contents/403_RNN_regressor.py index 384101e..f64e002 100644 --- a/tutorial-contents/403_RNN_regressor.py +++ b/tutorial-contents/403_RNN_regressor.py @@ -16,7 +16,6 @@ import matplotlib.pyplot as plt torch.manual_seed(1) # reproducible # Hyper Parameters -BATCH_SIZE = 64 TIME_STEP = 5 # rnn time step INPUT_SIZE = 1 # rnn input size LR = 0.02 # learning rate