remove random seed
This commit is contained in:
@ -12,7 +12,7 @@ import torch.nn.functional as F
|
||||
from torch.autograd import Variable
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
torch.manual_seed(1) # reproducible
|
||||
# torch.manual_seed(1) # reproducible
|
||||
|
||||
LR = 0.01
|
||||
BATCH_SIZE = 32
|
||||
|
||||
Reference in New Issue
Block a user