Upload folder using huggingface_hub
Browse files- RMKV_kneeSeg.json +4 -4
- RMKV_kneeSeg.pth +2 -2
RMKV_kneeSeg.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"checkpoint_path": "/projects/BMammo/Knee/Runs/best_models/checkpoint_top1.pth",
|
| 3 |
-
"exported_model_path": "/projects/BMammo/Knee/Runs/deploy_export/
|
| 4 |
-
"export_format": "
|
| 5 |
"preview_path": "/projects/BMammo/Knee/Runs/deploy_export/random_preview_3.png",
|
| 6 |
"model_name": "RWKV_UNet",
|
| 7 |
"img_size": 256,
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
}
|
| 28 |
],
|
| 29 |
"export_notes": [
|
| 30 |
-
"
|
| 31 |
],
|
| 32 |
-
"runtime_note": "RWKV models in this project rely on the registered custom WKV operator.
|
| 33 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"checkpoint_path": "/projects/BMammo/Knee/Runs/best_models/checkpoint_top1.pth",
|
| 3 |
+
"exported_model_path": "/projects/BMammo/Knee/Runs/deploy_export/model_deploy_pickle.pth",
|
| 4 |
+
"export_format": "pickle",
|
| 5 |
"preview_path": "/projects/BMammo/Knee/Runs/deploy_export/random_preview_3.png",
|
| 6 |
"model_name": "RWKV_UNet",
|
| 7 |
"img_size": 256,
|
|
|
|
| 27 |
}
|
| 28 |
],
|
| 29 |
"export_notes": [
|
| 30 |
+
"Pickle export avoids an explicit build_model() call at inference time, but it still requires the same repo modules and custom ops to be importable."
|
| 31 |
],
|
| 32 |
+
"runtime_note": "RWKV models in this project rely on the registered custom WKV operator. Any export format here still needs this repo/runtime available for inference."
|
| 33 |
}
|
RMKV_kneeSeg.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:557ca72d7bd0518b91fab46cac6a74ea5845063d3fc4ae3cee5b01cd98b0782e
|
| 3 |
+
size 69807610
|