NimaBoscarino
commited on
Commit
•
71418bf
1
Parent(s):
9674668
Add AOT-GAN Places2 model.
Browse files- config.json +16 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "NimaBoscarino/aot-gan-celebahq",
|
3 |
+
"architectures": [
|
4 |
+
"InpaintGenerator"
|
5 |
+
],
|
6 |
+
"block_num": 8,
|
7 |
+
"rates": [
|
8 |
+
1,
|
9 |
+
2,
|
10 |
+
4,
|
11 |
+
8
|
12 |
+
],
|
13 |
+
"torch_dtype": "float32",
|
14 |
+
"transformers_version": "4.15.0",
|
15 |
+
"use_cache": true
|
16 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bccbee30d45e8682abfa803f2c7b1268a637d5b9d7f5fb0048765ffd542e8843
|
3 |
+
size 60846567
|