Update app.py
Browse files
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 |
-
|
| 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 |
|