Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,8 @@ pinverse = torch.load(f"{models_path}/files/pinverse_1000pc.pt", map_location=to
|
|
| 80 |
|
| 81 |
|
| 82 |
@spaces.GPU
|
| 83 |
-
def sample_then_run():
|
|
|
|
| 84 |
# get mean and standard deviation for each principal component
|
| 85 |
m = torch.mean(proj, 0)
|
| 86 |
standev = torch.std(proj, 0)
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
@spaces.GPU
|
| 83 |
+
def sample_then_run(net):
|
| 84 |
+
print(net)
|
| 85 |
# get mean and standard deviation for each principal component
|
| 86 |
m = torch.mean(proj, 0)
|
| 87 |
standev = torch.std(proj, 0)
|