Closed jsw-zorro closed 3 years ago
Hi @jsw-zorro, thanks for reporting this. It seems this is a bug in the unit test that only shows up when running on GPU, due to numerical inaccuracies. The commit above should fix it. You can safely ignore the problem and use TFC as intended.
Hi, I am using the NVIDIA
nvcr.io/nvidia/tensorflow:21.03-tf2-py3
docker image as the experiment environment. And when I start the container and uninstall the original tensorflow. And use these commands to install the required tensorflow version and tensorflow-compression version:Then I did the
tensorflow_compression.all_tests
and get the following errors