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

compute_compression func returns total bits (not bits per byte) #38

Open
diwert-ai opened this issue Dec 6, 2024 · 0 comments
Open

Comments

@diwert-ai
Copy link

Thank you for the fantastically clear article and source code. I ran generate.py and got this graph in TensorBoard:
graph
I suspect there's an error here. The metric values are too large (about 10^5 times larger than expected). util.compute_compression returns the total number of bits, not the average per byte. Although in the go function, it says bits_per_byte = util.compute_compression (...).

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