remove random seed
This commit is contained in:
@ -13,7 +13,7 @@ from torch.autograd import Variable
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
torch.manual_seed(1) # reproducible
|
||||
# torch.manual_seed(1) # reproducible
|
||||
|
||||
# Hyper Parameters
|
||||
TIME_STEP = 10 # rnn time step
|
||||
|
||||
Reference in New Issue
Block a user