summaryrefslogtreecommitdiff
path: root/training/conf/experiment
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-30 23:15:03 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-30 23:15:03 +0200
commit7268035fb9e57342612a8cc50a1fe04e8841ca2f (patch)
tree8d4cf3743975bd25f2c04d6a56ff3d4608a7e8d9 /training/conf/experiment
parent92fc1c7ed2f9f64552be8f71d9b8ab0d5a0a88d4 (diff)
attr bug fix, properly loading network
Diffstat (limited to 'training/conf/experiment')
-rw-r--r--training/conf/experiment/vqvae_experiment.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/training/conf/experiment/vqvae_experiment.yaml b/training/conf/experiment/vqvae_experiment.yaml
new file mode 100644
index 0000000..0858c3d
--- /dev/null
+++ b/training/conf/experiment/vqvae_experiment.yaml
@@ -0,0 +1,13 @@
+defaults:
+ - override /network: vqvae
+ - override /criterion: mse
+ - override /optimizer: madgrad
+ - override /lr_scheduler: one_cycle
+ - override /model: lit_vqvae
+ - override /dataset: iam_extended_paragraphs
+ - override /trainer: default
+ - override /callbacks:
+ - wandb
+
+load_checkpoint: null
+logging: INFO