Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

using quantization is slower #2

Open
liangzimei opened this issue Jun 26, 2018 · 2 comments
Open

using quantization is slower #2

liangzimei opened this issue Jun 26, 2018 · 2 comments

Comments

@liangzimei
Copy link

hello, i run the imagenet classification demo, i find it is slower when setting quantize=ture, is it normal?
using quantization
not using quantization

@mathmanu
Copy link
Owner

What we are doing is simulating quantization and measuring how much error would occur if you this kind of fixed point result. Thus you know what degradation to expect when you port your CNN algorithm to an embedded device with fixed point quantization. This is nit a fast fixed point implementation.

@liangzimei
Copy link
Author

@mathmanu okay, thanks for your reply..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants