Closed NiccoloNiccoli closed 4 months ago
Dear @NiccoloNiccoli,
thanks for your interest!
We have been unable to reproduce the error. Have you updated the target-rate from
target_rate = 0.1250
to target_rate = 0.0313
?
Thank you! I did not change the parameter before. Now that I have changed it, it works fine!
I tried running the Compression cell in
PerceptualCompression.ipynb
using the 0.0313bpp model. However, I get an AssertionError telling me that z_hat_indices_restored is not equal to z_hat_indices (at line 247 ofcompression_utils.py
).What am I doing wrong?