pyro icon indicating copy to clipboard operation
pyro copied to clipboard

semgentaion fault during vae example

Open qmpzzpmq opened this issue 3 years ago • 1 comments

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

qmpzzpmq avatar Jun 04 '22 14:06 qmpzzpmq

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.

fritzo avatar Jun 06 '22 15:06 fritzo