PyTorch Based Image Classifier for image prediction and segregation https://medium.com/hardware-interfacing/custom-image-classifier-using-transfer-learning-in-pytorch-framework-c2f7f5155239
14
stars
7
forks
source link
Segfault in running inference code in Pytorch 0.4 on Raspberry Pi 3B #4
I am trying to run the inference code of ERFNet to generate the label masks but I am getting seg fault whenever I try to save the predictions. It randomly runs and then gives seg fault. There are total 254 images in the validation set.
I am trying to run the inference code of ERFNet to generate the label masks but I am getting seg fault whenever I try to save the predictions. It randomly runs and then gives seg fault. There are total 254 images in the validation set.
Please suggest !!