From 19828c4b785501eb843d220a3e10c77b62e05818 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 27 May 2024 15:49:32 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd09fb4..1bf9d08 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ On another note: Why is the dataset provided not 10-bit if the readings are? The ## On Evaluation -The provided eval.sh script is also flawed (as in: not aligned with what should be optimized for), since it (a) counts the size of the compressor and decompressor as part of the transmitted data. Especially the decompressor part makes no sense. It also makes it impossible to compress data from multiple threads together, which is required for the free lunch we can get from topological reconstruction. +The provided eval.sh script is also flawed (as in: not aligned with what should be optimized for), since it counts the size of the compressor and decompressor as part of the transmitted data. Especially the decompressor part makes no sense. It also makes it impossible to compress data from multiple threads together, which is required for the free lunch we can get from topological reconstruction. ## TODO