Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +25 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: KVAE 3D
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
- vae
|
| 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/kandinskylab/KVAE
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ckpt_path": "./weights/vae_3d.ckpt",
|
| 3 |
+
"common": {
|
| 4 |
+
"experiment_name": "vae_ch16_488"
|
| 5 |
+
},
|
| 6 |
+
"data": {
|
| 7 |
+
"input_norm": "m11"
|
| 8 |
+
},
|
| 9 |
+
"model": {
|
| 10 |
+
"decoder_params": {
|
| 11 |
+
"ch": 128,
|
| 12 |
+
"num_res_blocks": 2,
|
| 13 |
+
"out_ch": 3,
|
| 14 |
+
"temporal_compress_times": 4,
|
| 15 |
+
"z_channels": 16
|
| 16 |
+
},
|
| 17 |
+
"encoder_params": {
|
| 18 |
+
"ch": 128,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"num_res_blocks": 2,
|
| 21 |
+
"temporal_compress_times": 4,
|
| 22 |
+
"z_channels": 16
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3146301c1fd887ca4bc3e714247dcf967e356c9e08d166aafb400d6d5dd67bba
|
| 3 |
+
size 2471969540
|