Skip to content

Commit 2523e0c

Browse files
MorvanZhouMorvan Zhou
authored andcommitted
update
1 parent 29da380 commit 2523e0c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

‎tutorial-contents/501_why_torch_dynamic_graph.py‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
torch.manual_seed(1) # reproducible
1717

1818
# Hyper Parameters
19-
BATCH_SIZE = 64
20-
TIME_STEP = 5 # rnn time step / image height
2119
INPUT_SIZE = 1 # rnn input size / image width
2220
LR = 0.02 # learning rate
23-
DOWNLOAD_MNIST = True # set to False if have downloaded the data
2421

2522

2623
class RNN(nn.Module):

0 commit comments

Comments
 (0)