This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Description
I am running Lucid inside WSL2 Ubuntu 20.04, conda installed environment with python 3.7, tf-gpu 1.15, and the latest lucid. Still, I can't run any of the provided examples. Each returns the same issue:
InternalError: 2 root error(s) found.
(0) Internal: Blas GEMM launch failed : a.shape=(16384, 3), b.shape=(3, 3), m=16384, n=3, k=3
[[node MatMul (defined at /home/username/miniconda3/envs/lucid/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py:1748) ]]
[[Mean/_29]]
(1) Internal: Blas GEMM launch failed : a.shape=(16384, 3), b.shape=(3, 3), m=16384, n=3, k=3
[[node MatMul (defined at /home/username/miniconda3/envs/lucid/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py:1748) ]]
0 successful operations.
0 derived errors ignored.
What might be the issue here?