Add model
Browse files- README.md +9 -0
- config.json +16 -0
- model.pt +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_res_layers": [
|
3 |
+
32
|
4 |
+
],
|
5 |
+
"disc_output_size": 1,
|
6 |
+
"fmap_inverse_coef": 12,
|
7 |
+
"fmap_max": 512,
|
8 |
+
"freq_chan_attn": false,
|
9 |
+
"greyscale": false,
|
10 |
+
"image_size": 256,
|
11 |
+
"latent_dim": 256,
|
12 |
+
"lr": 0.0002,
|
13 |
+
"optimizer": "adam",
|
14 |
+
"transparent": false,
|
15 |
+
"ttur_mult": 1.0
|
16 |
+
}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09e7fb6966d6d1a9031feb9de6068c8a8bd5060ce2c5d6b27fc002266fc703af
|
3 |
+
size 151446998
|