diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-29 22:54:52 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-29 22:54:52 +0200 |
commit | 4da7a2c812221d56a430b35139ac40b23fa76f77 (patch) | |
tree | 69528c08aa97f57918bc23cd0cc2ab6388ee0470 /training/conf/model/lit_vqvae.yaml | |
parent | e22453c6e6ff10a610348778f8107799c1125d3b (diff) |
Refactor of config, more granular
Diffstat (limited to 'training/conf/model/lit_vqvae.yaml')
-rw-r--r-- | training/conf/model/lit_vqvae.yaml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/training/conf/model/lit_vqvae.yaml b/training/conf/model/lit_vqvae.yaml index 90780b7..7136dbd 100644 --- a/training/conf/model/lit_vqvae.yaml +++ b/training/conf/model/lit_vqvae.yaml @@ -1,24 +1,3 @@ -# @package _group_ type: LitVQVAEModel args: - optimizer: - type: MADGRAD - args: - lr: 1.0e-3 - momentum: 0.9 - weight_decay: 0 - eps: 1.0e-6 - lr_scheduler: - type: OneCycleLR - args: - interval: step - max_lr: 1.0e-3 - three_phase: true - epochs: 64 - steps_per_epoch: 633 # num_samples / batch_size - criterion: - type: MSELoss - args: - reduction: mean - monitor: val_loss - mapping: sentence_piece + mapping: sentence_piece |