baler-collaboration / baler

Repository of Baler, a machine learning based data compression tool
https://github.com/baler-collaboration/baler.github.io
Apache License 2.0
33 stars 31 forks source link

Fix Compression Ratio Bug #263

Closed singh96aman closed 1 year ago

singh96aman commented 1 year ago

Instead of floor division (a//b), propose we use ceil division (ceil(a/b) Issue - https://github.com/baler-collaboration/baler/issues/261

singh96aman commented 1 year ago

Hi Alex, The Decoder Issue is a CUDA-related issue that would be dealt with as a separate issue. I've removed the check and just added the code for ceil division. All checks are passing. Kindly approve!