Open jcao-ai opened 3 years ago
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.
data
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.
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.