nnom icon indicating copy to clipboard operation
nnom copied to clipboard

RNN state makes model output tend towards 0

Open Tom2096 opened this issue 7 months ago • 2 comments

Hi,

I have been following the examples in RNN-Denoise. However, when testing the quantized model, I noticed that the quantized output tends very fast towards zero:

image

Resetting the states of each RNN layer after each prediction makes the output more reasonable but does not give good noise reduction result:

image

Is there something I am missing? Note that the model used is the one provided in the repo and rest of the code is identical to the examples in RNN-Denoise. Thanks!

Tom2096 avatar Jul 03 '24 02:07 Tom2096