Push model using huggingface_hub.
Browse files
codecs/segmentation_map/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
codecs/segmentation_map/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"begin_cosine_annealing": 38000,
|
| 3 |
+
"decoder_input_dim": null,
|
| 4 |
+
"ema_decay": 0.9999,
|
| 5 |
+
"ema_model_weights": true,
|
| 6 |
+
"ema_update_freq": 1,
|
| 7 |
+
"embedding_dim": 4,
|
| 8 |
+
"encoder_output_dim": 512,
|
| 9 |
+
"levels": [
|
| 10 |
+
8,
|
| 11 |
+
5,
|
| 12 |
+
5,
|
| 13 |
+
5
|
| 14 |
+
],
|
| 15 |
+
"lr": 7.5e-05,
|
| 16 |
+
"lr_cosine_period": 76000,
|
| 17 |
+
"lr_warmup": 1000,
|
| 18 |
+
"num_downsamples": 3,
|
| 19 |
+
"num_res_layers": 2,
|
| 20 |
+
"output_activation_extension": null,
|
| 21 |
+
"quantisation_loss_weight": 1.0,
|
| 22 |
+
"res_hidden_dims": 512,
|
| 23 |
+
"variational": false
|
| 24 |
+
}
|
codecs/segmentation_map/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7b5f19182c7d85bff6624a8b5c0a126ca99f3c96e37cdc8998e41426a9d65fb
|
| 3 |
+
size 155403944
|