Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Cifar VAE notebook and encountering - UnimplementedError: Exception encountered when calling layer 'conv2d' (type Conv2D) #795

Open
wish2023 opened this issue May 23, 2023 · 1 comment
Assignees
Labels
Type: Question User questions

Comments

@wish2023
Copy link

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.

image

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]

@jklaise jklaise self-assigned this May 23, 2023
@jklaise
Copy link
Member

jklaise commented May 23, 2023

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.

@jklaise jklaise added the Type: Question User questions label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question User questions
Projects
None yet
Development

No branches or pull requests

2 participants