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

Huffman code and Bidmach #116

Open
arita37 opened this issue Apr 28, 2016 · 1 comment
Open

Huffman code and Bidmach #116

arita37 opened this issue Apr 28, 2016 · 1 comment

Comments

@arita37
Copy link

arita37 commented Apr 28, 2016

Hello,

For the DNN and large memory ML algo, wondering if you will intend to use Huffman code to reduce the memory footprint of the parameters (weights for DNN).

Also, wondering if you will use techniques like pruning and weight sharing by quantization
to reduce the memory usage ?

Thanks

@jcanny
Copy link
Contributor

jcanny commented Aug 19, 2016

Probably not. We'd have to keep uncompressing them with each operation, which would undercut the value of using the GPU.

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

2 participants