diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-30 21:18:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-30 21:18:32 +0200 |
commit | ca7e91a2a97dc54b8201cc7d0b1ce3eb4a3ee1bd (patch) | |
tree | 69710c10f7f683237cd3c97ff8e2407818587e6f /training/conf/experiment | |
parent | 2f1bb639fd5bb6b510af85fb597e9322abc17bc0 (diff) |
Update dependencies, update to vqvae params
Diffstat (limited to 'training/conf/experiment')
-rw-r--r-- | training/conf/experiment/vqgan.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/training/conf/experiment/vqgan.yaml b/training/conf/experiment/vqgan.yaml index 34d8f84..485e963 100644 --- a/training/conf/experiment/vqgan.yaml +++ b/training/conf/experiment/vqgan.yaml @@ -24,21 +24,21 @@ criterion: discriminator_iter_start: 2.0e4 datamodule: - batch_size: 12 + batch_size: 6 lr_schedulers: generator: _target_: torch.optim.lr_scheduler.OneCycleLR max_lr: 3.0e-4 total_steps: null - epochs: 64 - steps_per_epoch: 1685 + epochs: 100 + steps_per_epoch: 3369 pct_start: 0.1 anneal_strategy: cos cycle_momentum: true base_momentum: 0.85 max_momentum: 0.95 - div_factor: 1.0e2 + div_factor: 1.0e3 final_div_factor: 1.0e4 three_phase: true last_epoch: -1 |