ibab / tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biases vs no biases

james-wynne-dev opened this issue · comments

There is an option for adding, or not adding, biases. The wavenet_params.json file says to use biases, the arguments in the WaveNetModel says not to use biases. Can anyone please share their choice and how it affected quality and training time?