Upload v1_skip weights and config
Browse files- v1_skip/README.md +12 -0
- v1_skip/config.json +19 -0
- v1_skip/model.safetensors +3 -0
v1_skip/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: https://github.com/mcosarinsky/CheXmask-U
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
v1_skip/config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"K": 6,
|
| 4 |
+
"eval_sampling": true,
|
| 5 |
+
"filters": [
|
| 6 |
+
2,
|
| 7 |
+
32,
|
| 8 |
+
32,
|
| 9 |
+
32,
|
| 10 |
+
16,
|
| 11 |
+
16,
|
| 12 |
+
16
|
| 13 |
+
],
|
| 14 |
+
"inputsize": 1024,
|
| 15 |
+
"latents": 64,
|
| 16 |
+
"skip_features": 32
|
| 17 |
+
},
|
| 18 |
+
"use_skip": true
|
| 19 |
+
}
|
v1_skip/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9674715da684d2c5ea2ee8bbbe6733f32d00fcaa7ab5dcb77ca1d53171b1aa5
|
| 3 |
+
size 70055336
|