Vishesh Arora
Vishesh Arora
I have installed Solaris, when I run `pip install solaris` I get `Requirement already satisfied: future in ./opt/anaconda3/lib/python3.8/site-packages (from torch>=1.3.1->solaris) (0.18.2)` But, in my python code, I still get `ModuleNotFoundError:...
Hi, I'm attempting to run the example VAE notebook on Cifar [notebook](https://docs.seldon.io/projects/alibi-detect/en/stable/examples/od_ae_cifar10.html) locally, but I encounter the following bug when I run the cell to train my `OutlierAE`.  My...