Hi there,
I’m currently working on quantizing to int8 denoiser speech enhacement model by facebook research, here : denoiser/quantization/linear-q.ipynb at main · iliasslasri/denoiser · GitHub
and I could not find an implementation of nn.GLU() activation in the quantized module in pytorch. Does anyone have an idea of how that works or if there’s any implementation out there or if I should just implement it ?
Thank you for the help guys.