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

INT8 for maxpool layers #55

Open
Thilanka97 opened this issue May 20, 2019 · 4 comments
Open

INT8 for maxpool layers #55

Thilanka97 opened this issue May 20, 2019 · 4 comments

Comments

@Thilanka97
Copy link

@AlexeyAB Hey,
Have you tried using INT8 for Max pooling layers? What is the reason you do not use INT8 for maxpool ?
Thanks in advance!

@Thilanka97
Copy link
Author

Thilanka97 commented May 22, 2019

@AlexeyAB I tried maxpooling with 8INT and the mAP is as bad as 3% !!. Do u think its that bad. Have you tried this ?

Thanks in advance!

@AlexeyAB
Copy link
Owner

@Thilanka97 I didn't do this, but yes - it is possible.

At first, try to implement maxpool-int32 and divide inputs by l->output_multipler (or by R_MULT / (l.input_quant_multipler * l.weights_quant_multipler ) where is l is a prevous convolutional layer.
If I remember it correctly :)

@jasonwu1977
Copy link

@Thilanka97 is there any progress you have found with int8 maxpool layers?
I am currently working on this one as well, maybe we can talk with this one.
[email protected] <-- my email

@abhigoku10
Copy link

@Thilanka97 @jasonwu1977 were you guys able to obtain the quantization for the yolov2 , i am not able to get the detections when i train only

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

4 participants