Bad organized Quantization code
Open
- Dominant language
- C++
- Stars
- 350
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/JDAI-CV/DNNLibrary/blob/e17f11e966b2cce7d747799b76bb9843813d4b01/quant.py#L269
Name of input tensor `data` is presumed which is not appropriate for most other model.
https://github.com/JDAI-CV/DNNLibrary/blob/e17f11e966b2cce7d747799b76bb9843813d4b01/quant.py#L216
Also there shouldn't be any presume that model needs normalization with mean/dev.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.