sadar / configs /vae.yaml
Ruperth's picture
feat: polish mobile responsive layout across all dashboard screens
96bba34
Raw
History Blame Contribute Delete
409 Bytes
seed: 42
data:
processed_dir: ${oc.env:SADAR_PROCESSED_DIR,data/processed}
model:
hidden_size: 64
latent_size: 8
num_layers: 1
dropout: 0.1488
beta: 0.0001193
training:
epochs: 50
batch_size: 256
learning_rate: 0.001436
weight_decay: 0.0000054741
patience: 7
lr_factor: 0.5
lr_patience: 3
device: auto
output:
dir: ${oc.env:SADAR_MODELS_DIR,models}
checkpoint: vae_lstm.pt