Kernel died will restart automatically

@jeremy
@rachel
Right in the beginning when running below code kernel dies, cannot make any progress and stuck Please help
I am in paperspace P4000 machine

from fastai.transforms import *
from fastai.conv_learner import *
from fastai.model import *
from fastai.dataset import *
from fastai.sgdr import *
from fastai.plots import *

when i run conda env update as suggested in setup i get a few exceptions … is this the issue

In order to make it work i had to go back and delete my machine, get a new one but this time i did not do git pull or conda env update and it worked for Lesson 1. Would love to find out why this is happening. Clearly git pull and conda env update causing issues

Thanks for your assistance

I had the same problem (minus the conda update exceptions). What solved it was updating PyTorch:
conda install pytorch torchvision -c pytorch

1 Like