Hello everyone
I encountered an error while quantizing my network. My network requires three input parameters (a, b, c) and outputs one parameter (y). When I use nndct_nn.QuantStub and nndct_nn.DeQuantStub to quantize (a), I am unable to use the other two parameters (b and c). How should I solve this issue? I would appreciate any guidance or suggestions.
Thank you very much!
Hello everyone I encountered an error while quantizing my network. My network requires three input parameters (a, b, c) and outputs one parameter (y). When I use nndct_nn.QuantStub and nndct_nn.DeQuantStub to quantize (a), I am unable to use the other two parameters (b and c). How should I solve this issue? I would appreciate any guidance or suggestions. Thank you very much!