Open nanma opened 6 years ago
@nanma did you resolve your issue?
@gsoul No, I didn't further study this issue.
@nanma I found it can work sometimes but often just gives a constant non-zero value. Running with CUDA_LAUNCH_BLOCKING=1 seems to improve the odds of success.
The default mu_quantization value is 256, and I think higher value of mu_quantization may produce better quality audio. I did these modifications to test mu_quantization value of 512:
mu_quantization
,n_in_channels
,n_out_channels
in config.json to 512;const int A
in wavenet_infer.cu to 512, and re-build the project;But after training the model and inferencing, the produced audio files contain no sound. Did I miss anything else to modify, or nv-wavenet doesn't support other mu_quantization value?