pyro
pyro copied to clipboard
semgentaion fault during vae example
python -c "from pyro.contrib.examples.util import MNIST, get_data_directory" [1] 86511 segmentation fault python -c "from pyro.contrib.examples.util import MNIST, get_data_directory"
version: pyro: 1.8.1+06911dc pytorch: 1.11.0
Could you provide your torchvision version? I believe you'll need torchvision 0.12. I believe the MNIST example requires torchvision's dataloader, and the segfault may be due to a torch/torchvision version incompatibility.