Spaces:
Runtime error
Runtime error
Commit
·
12297c2
1
Parent(s):
2b80bfc
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from pytorch_lightning.loggers import WandbLogger
|
|
16 |
|
17 |
# SEED
|
18 |
SEED=100
|
19 |
-
pl.
|
20 |
torch.manual_seed(SEED)
|
21 |
|
22 |
import os
|
|
|
16 |
|
17 |
# SEED
|
18 |
SEED=100
|
19 |
+
pl.seed_everything(SEED)
|
20 |
torch.manual_seed(SEED)
|
21 |
|
22 |
import os
|