amildravid4292 commited on
Commit
3965c10
·
verified ·
1 Parent(s): ab31558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def sample_then_run(net):
131
  for i in range(1000):
132
  sample[0, i] = torch.normal(m[i], standev[i], (1,1))
133
 
134
- print(sample[0,0])
135
  net = "model_"+str(uuid.uuid4())[:4]+".pt"
136
  torch.save(sample, net)
137
 
 
131
  for i in range(1000):
132
  sample[0, i] = torch.normal(m[i], standev[i], (1,1))
133
 
134
+
135
  net = "model_"+str(uuid.uuid4())[:4]+".pt"
136
  torch.save(sample, net)
137