This repository was archived by the owner on Jul 1, 2024. It is now read-only.
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
where the activation/feature-map is quantized? #4
Open
Description
❓ Questions
(Please ask your question here.)
Hi after studying code, I found that the UniformQuantizer quantize the layer weights using forward pre hook
But what confused me is that, I have not found where is the quantize operation on activation.
seems that the hook do not operate the input
Thanks