Closed msm1089 closed 3 years ago
Turned out to be due to not finding my GPU. I fixed that and the notebook now runs fine :)
Yes, the current version of TensorFlow hasn't the CPU kernel for that specific operation. We should add a hint to use the GPU runtime.
Thanks!
I am getting an error when running
model_test.evaluate(mnist_dataset.X_test, mnist_dataset.y_test)
in the dynamic visualisations notebook. The first time I installed the requirements there were a couple of warnings, about incompatible versions. I tried installing again and everything was then OK.The notebook runs fully on Colab, thanks, but I would like to get it working locally. Any ideas to try and fix this please?
UnimplementedError Traceback (most recent call last)