Skip to content

Commit

Permalink
fix typo in diffusion solver config
Browse files Browse the repository at this point in the history
  • Loading branch information
hadyelsahar committed Feb 23, 2024
1 parent 69fea8b commit 6f505a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/solver/diffusion/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dataset:
batch_size: 32
num_samples: 50
segment_duration: 10
audio:
sample_rate: ${sample_rate}


loss:
kind: mse
Expand All @@ -50,7 +49,9 @@ evaluate:
generate:
every: 25
num_workers: 5

audio:
sample_rate: ${sample_rate}

checkpoint:
save_last: true
save_every: 25
Expand Down

0 comments on commit 6f505a3

Please sign in to comment.