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

Restructure memory for quantization #22

Open
4 tasks
wraybowling opened this issue Sep 11, 2020 · 0 comments
Open
4 tasks

Restructure memory for quantization #22

wraybowling opened this issue Sep 11, 2020 · 0 comments
Milestone

Comments

@wraybowling
Copy link
Member

wraybowling commented Sep 11, 2020

Instead of storing 3 channels on 1 byte of memory, which only uses 3/4 of the byte, it makes more sense to use a byte per channel which can hold up to 4 steps.

  • bring back the grid class
  • store 4 time steps (2-bit weight) in 1 memory byte
  • write function for extracting a weight from a byte
  • write function for writing a weight to a byte
@wraybowling wraybowling added this to the v0.2 Alpha II milestone Sep 11, 2020
@wraybowling wraybowling modified the milestones: Alpha 2, Beta Oct 15, 2020
@wraybowling wraybowling modified the milestones: Beta, The Grid May 14, 2021
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