question about zeroconv
JunSeok94 opened this issue · 1 comments
JunSeok94 commented
Hi, I wonder why you use zeroconv instead of normal conv?
These zero line means the weight and bias of conv1d is 0. I didn't understand why this operation is needed.
SSSD/src/imputers/SSSDS4Imputer.py
Lines 30 to 31 in eef6ca8
juanlopezcode commented
The implementation closely follows WaveNet vocoder, see https://github.com/philsyn/DiffWave-Vocoder/blob/master/WaveNet.py