I’m using fastai/old
which is installed and updated as described here. However, I’m not entirely sure that’s what fixed the problem. I may have had some incorrect path references in my import statements. The Segmentation fault
occurred again later. That time I discovered that I was working from fastai/old
, but my import statements were pointing to code in fastai v1
.
1 Like