neural-compressor icon indicating copy to clipboard operation
neural-compressor copied to clipboard

Failed to run demo case

Open trajepl opened this issue 3 years ago • 0 comments

When run the demo case in README, I met following issues:

UNIMPLEMENTED: DNN library is not found:

image

Please install Intel® Optimizations for TensorFlow or MKL enabled TensorFlow from source code within version >=1.14.0 and <=2.1

image

All the above errors were caused by wrong tensorflow version which can be fixed by:

pip install tensorflow==2.8.2
pip install intel-tensorflow==2.9.1

image

I am not sure if it is the right way to set up the tensorflow envs or is there any elegant way to run the demo case?

trajepl avatar Sep 21 '22 11:09 trajepl