remove random seed

This commit is contained in:
Morvan Zhou
2017-12-15 14:21:23 +11:00
parent dcbd424b2a
commit 5df56c99dd
14 changed files with 17 additions and 17 deletions

View File

@ -19,7 +19,7 @@ import torch.utils.data as Data
import torchvision
import matplotlib.pyplot as plt
torch.manual_seed(1) # reproducible
# torch.manual_seed(1) # reproducible
# Hyper Parameters
EPOCH = 1 # train the training data n times, to save time, we just train 1 epoch