Upload 4 files
Browse files- .gitattributes +1 -0
- config.yaml +29 -0
- training_checkpoints/checkpoint +2 -0
- training_checkpoints/ckpt-2.data-00000-of-00001 +3 -0
- training_checkpoints/ckpt-2.index +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
training_checkpoints/ckpt-2.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
config.yaml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_betas:
|
2 |
+
- 0.5
|
3 |
+
- 0.999
|
4 |
+
batch_size: 128
|
5 |
+
color_mode: rgb
|
6 |
+
d_lr: 0.0002
|
7 |
+
d_n_channels: 64
|
8 |
+
d_steps: 1
|
9 |
+
dataset_name: celeba
|
10 |
+
epochs: 500
|
11 |
+
eval_freq: 1
|
12 |
+
g_lr: 0.0002
|
13 |
+
g_n_channels: 64
|
14 |
+
gp_weight: 4
|
15 |
+
image_range:
|
16 |
+
- -1
|
17 |
+
- 1
|
18 |
+
image_shape:
|
19 |
+
- 64
|
20 |
+
- 64
|
21 |
+
- 3
|
22 |
+
image_size: 64
|
23 |
+
label_sigma: 0.05
|
24 |
+
latent_dim: 100
|
25 |
+
model_name: gan
|
26 |
+
num_img: 16
|
27 |
+
patch_size: null
|
28 |
+
save_freq: 50
|
29 |
+
seed: 123
|
training_checkpoints/checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "ckpt-2"
|
2 |
+
all_model_checkpoint_paths: "ckpt-2"
|
training_checkpoints/ckpt-2.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ce60e2e51ef0ad5c6913b919138a0d3578bd86f0568d3684441e6bf2137b0d
|
3 |
+
size 80072403
|
training_checkpoints/ckpt-2.index
ADDED
Binary file (7.17 kB). View file
|
|