Skip to content

Commit

Permalink
Update hilcodec_music.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aask1357 authored May 23, 2024
1 parent 6ec5d44 commit 90aad21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/hilcodec_music.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model_kwargs:
channels_enc: 64
channels_dec: 96
n_fft_base: 64
n_residual_enc: 2 # Number of residual blocks in the encoder. Since there exists SpecBlock, $N_{enc}=N_{resblock}+1$.
n_residual_enc: 2 # Number of residual blocks in the encoder. Since there exist SpecBlocks, $N_{enc} = n_residual_enc + 1$.
n_residual_dec: 3
res_scale_enc: 0.5773502691896258
res_scale_dec: 0.5773502691896258
Expand Down Expand Up @@ -175,4 +175,4 @@ pesq:
pesq: False
stoi: False
visqol: False
visqol_audio: False
visqol_audio: False

0 comments on commit 90aad21

Please sign in to comment.