Spaces:
Runtime error
Runtime error
File size: 387 Bytes
63015d5 881d56d 63015d5 881d56d 63015d5 75a7169 63015d5 13b04cf 75a7169 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
$include:
- conf/vampnet.yml
fine_tune: True
train/AudioDataset.n_examples: 10000000
val/AudioDataset.n_examples: 10
NoamScheduler.warmup: 500
batch_size: 7
num_workers: 7
epoch_length: 100
save_audio_epochs: 10
AdamW.lr: 0.0001
# let's us organize sound classes into folders and choose from those sound classes uniformly
AudioDataset.without_replacement: False
max_epochs: 500 |