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

Some more user-friendly APIs #10

Closed
3 tasks
Tiiiger opened this issue Oct 11, 2018 · 0 comments
Closed
3 tasks

Some more user-friendly APIs #10

Tiiiger opened this issue Oct 11, 2018 · 0 comments
Assignees

Comments

@Tiiiger
Copy link
Owner

Tiiiger commented Oct 11, 2018

There are many potential ways to do quantization for a neural network, for example, different bits for forward and backward, different number type for forward and backward. However, sometimes we also prefer simple quantization. We should add APIs to support:

  • pass in 1 set of argument and use it for both forward and backward
  • use 1 argument to change all number types for WAGEM, use 1 argument to change all rounding scheme for WAGEM.
  • change argument to take number format object instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants