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

UniformQuantLearner, if Net is full Conv net, no active layer, how this method work #296

Open
tianylijun opened this issue Jun 17, 2019 · 0 comments

Comments

@tianylijun
Copy link

class UniformQuantization:
# TODO: add more types of activations and matmuls
self.support_act_types = ['Relu', 'Relu6', 'Crelu', 'Elu', 'Selu', 'Softplus',
'Softsign', 'Sigmoid', 'Tanh']
self.support_mul_types = ['Conv2D', 'MatMul', 'DepthwiseConv2dNative']

a common problem, we want do quantization on conv layer, not only on active layer. Worst
case is a full Conv Net(no active layer), how this method work?

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