Upload 4 files
Browse files
.gitattributes
CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
celeba_64/best-training-checkpoints/ckpt-72192000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
cifar10/best-training-checkpoints/ckpt-68096000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
38 |
ffhq_128/best-training-checkpoints/ckpt-24064000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
36 |
celeba_64/best-training-checkpoints/ckpt-72192000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
cifar10/best-training-checkpoints/ckpt-68096000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
38 |
ffhq_128/best-training-checkpoints/ckpt-24064000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
bedroom_128/best-training-checkpoints/ckpt-10624000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
bedroom_128/best-training-checkpoints/checkpoint
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "ckpt-10624000"
|
2 |
+
all_model_checkpoint_paths: "ckpt-10624000"
|
3 |
+
all_model_checkpoint_timestamps: 1706390644.6628141
|
4 |
+
last_preserved_timestamp: 1706390625.7326975
|
bedroom_128/best-training-checkpoints/ckpt-10624000.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4168c291fa32385d9f51983d6e9b9f3094a3a301dd36c2541ebad7e37dfbd42
|
3 |
+
size 220515435
|
bedroom_128/best-training-checkpoints/ckpt-10624000.index
ADDED
Binary file (18.8 kB). View file
|
|
bedroom_128/config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"img_size": 128,
|
3 |
+
"batch_size": 64,
|
4 |
+
"g_lr": 0.0002,
|
5 |
+
"g_beta1": 0.5,
|
6 |
+
"g_beta2": 0.99,
|
7 |
+
"noise_dim": 128,
|
8 |
+
"g_initializer": "orthogonal",
|
9 |
+
"g_dim": [
|
10 |
+
1024,
|
11 |
+
512,
|
12 |
+
256
|
13 |
+
],
|
14 |
+
"g_heads": [
|
15 |
+
4,
|
16 |
+
4,
|
17 |
+
4
|
18 |
+
],
|
19 |
+
"g_mlp": [
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512
|
23 |
+
],
|
24 |
+
"d_initializer": "orthogonal",
|
25 |
+
"d_enc_dim": [
|
26 |
+
32,
|
27 |
+
64,
|
28 |
+
128,
|
29 |
+
256
|
30 |
+
],
|
31 |
+
"d_out_dim": [
|
32 |
+
512,
|
33 |
+
1024
|
34 |
+
],
|
35 |
+
"d_heads": 4,
|
36 |
+
"d_mlp": 512,
|
37 |
+
"d_lr": 0.0002,
|
38 |
+
"d_beta1": 0.5,
|
39 |
+
"d_beta2": 0.99,
|
40 |
+
"gp_weight": 0.0001,
|
41 |
+
"policy": "color,translation,cutout",
|
42 |
+
"fid_batch_size": 50,
|
43 |
+
"gen_batch_size": 50,
|
44 |
+
"loss": "nsl",
|
45 |
+
"ema_decay": 0.999,
|
46 |
+
"bcr": true,
|
47 |
+
"cr_weight": 0.1,
|
48 |
+
"dec_dim": [
|
49 |
+
128,
|
50 |
+
64
|
51 |
+
],
|
52 |
+
"n_fid_real": 2500,
|
53 |
+
"n_fid_gen": 2500,
|
54 |
+
"plot_size": 5.2,
|
55 |
+
"test_seed": 77
|
56 |
+
}
|