From f242d0c430f75a1ea2dbd6655c0e9d806b721757 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 27 May 2024 16:12:31 +0200 Subject: [PATCH] Updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf9d08..ac7f2a4 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ The provided eval.sh script is also flawed (as in: not aligned with what should ## TODO +- Finalize new Feature Extractor Implementations - Our flagship bitstream encoder builds an optimal Huffman tree assuming the deltas are binomially distributed. This should be updated when we know a more precise approximation of the delta distribution. -- All trained models still mostly suck. I'm not beating a compression ratio of ~2x (not counting the bitstream encoder). Probably a bug somewhere in our code. +- cli for compress / decompress ## Installation