diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-10 23:25:13 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-10 23:25:13 +0200 |
| commit | 441b7484348953deb7c94150675d54583ef5a81a (patch) | |
| tree | 6a3e537f98a5c34fe166db7f4c60552b1212b8f5 /training/conf/experiment/vqvae.yaml | |
| parent | 82f4acabe24e5171c40afa2939a4777ba87bcc30 (diff) | |
Update to config and logging in VQGAN
Diffstat (limited to 'training/conf/experiment/vqvae.yaml')
| -rw-r--r-- | training/conf/experiment/vqvae.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/training/conf/experiment/vqvae.yaml b/training/conf/experiment/vqvae.yaml index 397a039..8dbb257 100644 --- a/training/conf/experiment/vqvae.yaml +++ b/training/conf/experiment/vqvae.yaml @@ -10,16 +10,8 @@ defaults: trainer: max_epochs: 256 - # gradient_clip_val: 0.25 datamodule: batch_size: 8 -# lr_scheduler: - # epochs: 64 - # steps_per_epoch: 1245 - -# optimizer: - # lr: 1.0e-3 - summary: null |