Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantization. How to decide the best settings for act_max parameters? #125

Open
jessonwtp opened this issue Feb 4, 2020 · 0 comments
Open

Comments

@jessonwtp
Copy link

Hi All,
I use quant.py to scan the CONV1, CONV2....FC 's input/output.
Can anyone tell me how to choose the best setting and why? Thank you.

My example is -- act_max's one content with differnt settings get different "Train/Validation/Test accuracy rates" as below,

128: 86.17%, 83.73%, 83.54%
64: 95.62%, 93.30%, 93.33%
32: 95.82%, 93.41%, 93.62%
16: 95.79%, 93.41%, 93.89%
8: 95.77%, 93.45%, 93.64%
4: 95.89%, 93.27%, 93.62%
2: 94.01%, 91.32%, 91.35%

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

No branches or pull requests

1 participant