bfs18 / nsynth_wavenet

parallel wavenet based on nsynth
106 stars 30 forks source link

teacher_wavenet also noise #7

Closed maozhiqiang closed 6 years ago

maozhiqiang commented 6 years ago

I training wavenet use English dataset, when 257546 steps! the generate is noise!

the mel like this! test

bfs18 commented 6 years ago

check if add_noise=True in wavenet_mol.json. It is a testing option, set it to false please.

maozhiqiang commented 6 years ago

@bfs18 ! thanks! when I training step< 100000, add_noise=True, when step>100000 ! add_noise=False,Do I have to retrain?

bfs18 commented 6 years ago

@maozhiqiang Hi, I haven't tested that. However retraining seems necessary according to your result.

maozhiqiang commented 6 years ago

@bfs18 thanks! I will try! the training is so slow with 4*16G GPU