Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prophesier committed Dec 3, 2022
1 parent 47a0a5b commit d32f270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training/config_nsf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ binary_data_dir: data/binary/nyaru
check_val_every_n_epoch: 10
choose_test_manually: false
clip_grad_norm: 1
config_path: training/config.yaml
config_path: training/config_nsf.yaml
content_cond_steps: []
cwt_add_f0_loss: false
cwt_hidden_size: 128
Expand All @@ -26,7 +26,7 @@ datasets:
debug: false
dec_ffn_kernel_size: 9
dec_layers: 4
decay_steps: 30000
decay_steps: 40000
decoder_type: fft
dict_dir: ''
diff_decoder_type: wavenet
Expand Down Expand Up @@ -182,7 +182,7 @@ val_check_interval: 2000
valid_num: 0
valid_set_name: valid
vocoder: network.vocoders.nsf_hifigan.NsfHifiGAN
vocoder_ckpt: checkpoints/nsf_hifigan/g_00105000
vocoder_ckpt: checkpoints/nsf_hifigan/model
warmup_updates: 2000
wav2spec_eps: 1e-6
weight_decay: 0
Expand Down

0 comments on commit d32f270

Please sign in to comment.