abcbdf / entropy_coding

entropy coding in pytorch
2 stars 0 forks source link

no quantization or coding #1

Open logodeeplearning opened 5 years ago

logodeeplearning commented 5 years ago

Hi, key aspects of entropy coding are 1. quantization and 2. coding (arithmetic, huffman etc.). I could be wrong but I don't see that happening here. Dimensionality reduction is not entropy coding.

Could you please explain how this does entropy coding?

abcbdf commented 5 years ago

class Model_Entropy in model.py is for entropy coding. It use an arithmetic coder to do the compression