For those who run their own AI box, or want to

Hello, I am trying to set up FastAI on my Linux workstation using the fastchan channel. Installation went smoothly but something went wrong when I tried to import fastai in Jupyter notebook.

As soon as I import fastai using from fastai.vision.all import *, my notebook kernel died. I tried importing fastai via ipython and I received a Segmentation fault (core dumped) error.

nvidia-smi worked okay, so I do not think there’s a problem with CUDA.

Do you know what I can do to fix this?

Thank you in advance.