Delete config.yaml
Browse files- config.yaml +0 -34
config.yaml
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
model:
|
2 |
-
base_learning_rate: 4.5e-06
|
3 |
-
target: taming.models.vqgan.GumbelVQ
|
4 |
-
params:
|
5 |
-
kl_weight: 1.0e-08
|
6 |
-
embed_dim: 256
|
7 |
-
n_embed: 8192
|
8 |
-
monitor: val/rec_loss
|
9 |
-
temperature_scheduler_config:
|
10 |
-
target: taming.lr_scheduler.LambdaWarmUpCosineScheduler
|
11 |
-
params:
|
12 |
-
warm_up_steps: 0
|
13 |
-
max_decay_steps: 1000001
|
14 |
-
lr_start: 0.9
|
15 |
-
lr_max: 0.9
|
16 |
-
lr_min: 1.0e-06
|
17 |
-
ddconfig:
|
18 |
-
double_z: false
|
19 |
-
z_channels: 256
|
20 |
-
resolution: 256
|
21 |
-
in_channels: 3
|
22 |
-
out_ch: 3
|
23 |
-
ch: 128
|
24 |
-
ch_mult:
|
25 |
-
- 1
|
26 |
-
- 1
|
27 |
-
- 2
|
28 |
-
- 4
|
29 |
-
num_res_blocks: 2
|
30 |
-
attn_resolutions:
|
31 |
-
- 32
|
32 |
-
dropout: 0.0
|
33 |
-
lossconfig:
|
34 |
-
target: taming.modules.losses.vqperceptual.DummyLoss
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|