Closed philipperemy closed 4 years ago
Hi
Looking at your code, you are running a hashing algorithm which can not make use of GPU. You will need to use CNN method to do so. Have a look at the documentation: https://idealo.github.io/imagededup/methods/cnn/
Ok fair enough!
Using latest imagededup. I uninstall
tensorflow
and installedtensorflow-gpu==2.0
.Any ideas why? Anything more to do? I've already run successfully apps on tensorflow with GPUs.
Thanks
Output of imagededup.
Pip list
NVIDIA SMI output
When I run
python -c 'import tensorflow as tf; print(tf.test.is_gpu_available())'
I get
Which shows that my GPU is recognized by tensorflow.