TommyNgx commited on
Commit
f18cc1f
·
verified ·
1 Parent(s): 0eb7f69

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. RMKV_kneeSeg.json +4 -4
  2. 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/model_deploy_bundle.pth",
4
- "export_format": "bundle",
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
- "Auto mode selected deploy bundle because this model uses custom RWKV/WKV ops that do not export cleanly to TorchScript."
31
  ],
32
- "runtime_note": "RWKV models in this project rely on the registered custom WKV operator. The deploy bundle keeps config + weights together, but inference still needs this repo/runtime."
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:4b9ca012010851ad58d3ba2dc1533ea59704c5d0607ae654db8b2daf68e0d106
3
- size 69899130
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557ca72d7bd0518b91fab46cac6a74ea5845063d3fc4ae3cee5b01cd98b0782e
3
+ size 69807610