Skip to content

Commit

Permalink
config: deeper denoiser
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Oct 30, 2024
1 parent 03ba51e commit c75cee7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions osu_dreamer/diffusion_model/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ model:
audio_features: 256
audio_feature_args:
scales: [4,4,3,2]
conv_expand: 8
conv_expand: 4
seq_depth: 4
seq_expand: 8
seq_expand: 2

denoiser_args:
h_dim: 256
h_dim: 128
expand: 2
depth: 8
depth: 16

c_dim: 256
c_depth: 3
mod_depth: 1
c_depth: 1
mod_depth: 3

0 comments on commit c75cee7

Please sign in to comment.