Push model using huggingface_hub.
Browse files- README.md +3 -0
- config.json +15 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -5,5 +5,8 @@ tags:
|
|
| 5 |
- pytorch_model_hub_mixin
|
| 6 |
- vae
|
| 7 |
---
|
|
|
|
| 8 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
- Code: https://github.com/kandinskylab/kvae-1
|
|
|
|
|
|
|
|
|
| 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-1
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bottleneck": null,
|
| 3 |
+
"ch_mult": [
|
| 4 |
+
1,
|
| 5 |
+
2,
|
| 6 |
+
4,
|
| 7 |
+
8
|
| 8 |
+
],
|
| 9 |
+
"channels": 128,
|
| 10 |
+
"double_z": true,
|
| 11 |
+
"in_channels": 3,
|
| 12 |
+
"num_dec_blocks": 2,
|
| 13 |
+
"num_enc_blocks": 2,
|
| 14 |
+
"z_channels": 16
|
| 15 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71000aef3032978fc2c8b1534a8b78d5cc9abcf3d234b69a410399564a4b95af
|
| 3 |
+
size 434892534
|