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

Try out different quant scheme #9

Open
rdaly525 opened this issue Jan 10, 2018 · 0 comments
Open

Try out different quant scheme #9

rdaly525 opened this issue Jan 10, 2018 · 0 comments
Assignees

Comments

@rdaly525
Copy link
Owner

A quant scheme that james/someone else at occulus suggested:

Use normal L2 regularization.
Quantize each weight to either -1 or 1 with probability proportional to the current weight.
FOr example: If W = -0.5, set W = -1 with 75% probility and W = 1 with 25% probability.

@rdaly525 rdaly525 self-assigned this Jan 10, 2018
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