Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
jichao commited on
Commit ·
353aff6
1
Parent(s): f46dce8
new model
Browse files- app.py +6 -0
- models/0217-checkpoint-60.pth +3 -0
app.py
CHANGED
|
@@ -15,6 +15,12 @@ MODEL_CONFIGS = {
|
|
| 15 |
"in_chans": 1,
|
| 16 |
"description": "ViT-Base/16 (Grayscale Input)"
|
| 17 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
# --- Add more model configurations here ---
|
| 19 |
# "another_model_name": {
|
| 20 |
# "path": "models/another_checkpoint.pth",
|
|
|
|
| 15 |
"in_chans": 1,
|
| 16 |
"description": "ViT-Base/16 (Grayscale Input)"
|
| 17 |
},
|
| 18 |
+
"mars-ctx-vitb-0217-60": {
|
| 19 |
+
"path": "models/0217-checkpoint-60.pth",
|
| 20 |
+
"timm_id": "vit_base_patch16_224",
|
| 21 |
+
"in_chans": 1,
|
| 22 |
+
"description": "ViT-Base/16 (Grayscale Input)"
|
| 23 |
+
},
|
| 24 |
# --- Add more model configurations here ---
|
| 25 |
# "another_model_name": {
|
| 26 |
# "path": "models/another_checkpoint.pth",
|
models/0217-checkpoint-60.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4300f66633d1ae62a148848fbb7a3d112cfed3b991d967c4d5cbfcf3c7c2323
|
| 3 |
+
size 341670390
|