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

question about your paper #22

Closed
sxsxsx opened this issue Jul 10, 2018 · 1 comment
Closed

question about your paper #22

sxsxsx opened this issue Jul 10, 2018 · 1 comment

Comments

@sxsxsx
Copy link

sxsxsx commented Jul 10, 2018

hello,thank you for your contribution to the model quantification model
but I have some problems when I read your paper,
when you quantification the conv kernel and FC,what do you mean by pre-computation?
I can not understand it,the input can not be sure during the test phase ,how to realize the pre-computation

@sxsxsx sxsxsx changed the title [ERROR] could not open file at ./ILSVRC12.227x227.IMG/dataMatTst.single.bin and [ERROR] invalid index of dimension: 174533 question about your paper Jul 11, 2018
@jiaxiang-wu
Copy link
Owner

Hi there,
The pre-computation is carried out during the test phase, depending on the actual input and pre-quantized conv./fc. kernels. The test phase computation involves two parts:

  • pre-computation of look-up tables of inner products
  • response computation based on look-up tables of inner products

Here, "pre-computation" indicates that look-up tables are computed prior to their actual usage in the response computation. The overall computation complexity of these two parts is still smaller than the direct computation of layer responses, for both convolutional and fully-connected layers.

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

2 participants