remove random seed
This commit is contained in:
@ -10,7 +10,7 @@ import torch
|
||||
from torch.autograd import Variable
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
torch.manual_seed(1) # reproducible
|
||||
# torch.manual_seed(1) # reproducible
|
||||
|
||||
# fake data
|
||||
x = torch.unsqueeze(torch.linspace(-1, 1, 100), dim=1) # x data (tensor), shape=(100, 1)
|
||||
|
||||
Reference in New Issue
Block a user