Upload Generator
Browse files- config.json +14 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "gelu",
|
3 |
+
"architectures": [
|
4 |
+
"Generator"
|
5 |
+
],
|
6 |
+
"img_channels": 3,
|
7 |
+
"img_size": 224,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"latent_dim": 512,
|
10 |
+
"model_type": "gan",
|
11 |
+
"num_layer": 3,
|
12 |
+
"torch_dtype": "float32",
|
13 |
+
"transformers_version": "4.34.1"
|
14 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4db072334535881ab23b63b8b7cb8ccb63da6fbba1976b7dcb93b60c94cafe4c
|
3 |
+
size 620206497
|