alibi-detect
alibi-detect copied to clipboard
Running Cifar VAE notebook and encountering - UnimplementedError: Exception encountered when calling layer 'conv2d' (type Conv2D)
Hi, I'm attempting to run the example VAE notebook on Cifar notebook locally, but I encounter the following bug when I run the cell to train my OutlierAE
.
My environment is listed below, please let me know if you require additional details.
OS: [Ubuntu 20.04.6] Notebook Runtime [Jupyter] Alibi-Detect Version [0.11.2] Tensorflow Version [2.12.0]
The line DNN library is not found
suggests that CUDA (more specifically cuDNN) is either not installed or not found on your system path. I would suggest checking your installation of CUDA.