|
|
|
|
|
|
|
|
|
|
|
defaults: |
|
- musicgen/default |
|
- /model: lm/musicgen_lm |
|
- override /conditioner: chroma2music |
|
- override /dset: audio/default |
|
- _self_ |
|
|
|
autocast: true |
|
autocast_dtype: float16 |
|
|
|
|
|
|
|
|
|
|
|
compression_model_checkpoint: //pretrained/facebook/encodec_32khz |
|
|
|
channels: 1 |
|
sample_rate: 32000 |
|
|
|
deadlock: |
|
use: true |
|
|
|
dataset: |
|
batch_size: 192 |
|
sample_on_weight: false |
|
sample_on_duration: false |
|
|
|
generate: |
|
lm: |
|
use_sampling: true |
|
top_k: 250 |
|
top_p: 0.0 |
|
|
|
optim: |
|
epochs: 500 |
|
optimizer: dadam |
|
lr: 1 |
|
ema: |
|
use: true |
|
updates: 10 |
|
device: cuda |
|
|
|
logging: |
|
log_tensorboard: true |
|
|
|
schedule: |
|
lr_scheduler: cosine |
|
cosine: |
|
warmup: 4000 |
|
lr_min_ratio: 0.0 |
|
cycle_length: 1.0 |
|
|