-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
quantized int8 storage and operation #230
Comments
|
This project seems like a good reference to quantize a NN model under embedded environment: |
Hi, I wonder if the computing of each layer is fixed point data type. As far as I know, the ristretto implements their dynamic fixed point data type by simulation. They just tranfer the data to fixed point and assgin back using float. Thus the real computing is still based on float. |
POC implemetation #487 |
No description provided.
The text was updated successfully, but these errors were encountered: