Spaces:
Running
Running
Expt with checkpoint 22
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
18 |
|
19 |
from model import ViTUNetColorizer
|
20 |
# CKPT = "checkpoints/checkpoint_epoch_015_20250808_154437.pt"
|
21 |
-
CKPT = "checkpoints/
|
22 |
model = None
|
23 |
if os.path.exists(CKPT):
|
24 |
model = ViTUNetColorizer(vit_model_name="vit_tiny_patch16_224").to(device)
|
|
|
18 |
|
19 |
from model import ViTUNetColorizer
|
20 |
# CKPT = "checkpoints/checkpoint_epoch_015_20250808_154437.pt"
|
21 |
+
CKPT = "checkpoints/checkpoint_epoch_022_20250808_190318.pt"
|
22 |
model = None
|
23 |
if os.path.exists(CKPT):
|
24 |
model = ViTUNetColorizer(vit_model_name="vit_tiny_patch16_224").to(device)
|