vampnet / conf /lora /lora.yml
pseeth's picture
c2f prompts (#5)
1f1ec83
raw
history blame
No virus
404 Bytes
$include:
- conf/vampnet.yml
fine_tune: True
train/AudioDataset.n_examples: 100000000
val/AudioDataset.n_examples: 100
NoamScheduler.warmup: 500
batch_size: 7
num_workers: 7
save_iters: [100000, 200000, 300000, 4000000, 500000]
AdamW.lr: 0.0001
# let's us organize sound classes into folders and choose from those sound classes uniformly
AudioDataset.without_replacement: False
num_iters: 500000