Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +15 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-image
|
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 |
+
- Library: https://github.com/Fediory/HVI-CIDNet
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"channels": [
|
3 |
+
36,
|
4 |
+
36,
|
5 |
+
72,
|
6 |
+
144
|
7 |
+
],
|
8 |
+
"heads": [
|
9 |
+
1,
|
10 |
+
2,
|
11 |
+
4,
|
12 |
+
8
|
13 |
+
],
|
14 |
+
"norm": false
|
15 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:315a04333f9b22d760d6b8c90dd95bb373c3b45c80a845139c131d800bf81246
|
3 |
+
size 7920332
|