Closed DL19970112 closed 2 years ago
The environment I used is "pytorch1.9.0, python3.8, cuda11.4" I built compressai1.1.4 in Python3.8 and obtained _cxx.cpython-38-x86_64-linux-gnu. so and ans.cpython-38-x86_64-linux-gnu.so, And replace these two files in the BEE-main /Common folder. The ”KeyError: 'gaussian_conditional._quantized_cdf” is still there.
Hello, After downloading the pretrained models, run: "python3 Encoder/CoreEncApp.py -i kodim01.png -o kodim01.bin --ckpt checkpoints/model.ckpt-02 --target_rate 0.06" error: "KeyError: 'gaussian_conditional._quantized_cdf'"
Could this be due to compilation problems in Compressai ? How to solve this problem?