hello hustzxd! Your repo is very helpful for my current work. But it confuses me that in the class _Conv2dQ there is an undefined function get_default_kwargs_q(). I can't find it anywhere in your code.
|
self.kwargs_q = get_default_kwargs_q(kwargs_q, layer_type=self) |
Could you show me the definition of this function? Or is it a built-in function of python or other lib? I'm not very professional at coding and it really confuses me. Thanks a lot.
hello hustzxd! Your repo is very helpful for my current work. But it confuses me that in the class _Conv2dQ there is an undefined function get_default_kwargs_q(). I can't find it anywhere in your code.
LSQuantization/_quan_base.py
Line 22 in 86cf511
Could you show me the definition of this function? Or is it a built-in function of python or other lib? I'm not very professional at coding and it really confuses me. Thanks a lot.