i’m trying to get part 2 running on my local machine which is cheap and weedy and doesn’t even have a gpu (i was hoping to get a basic library actually running locally before i push it to Colab and give it a beating).
the notebook kernel dies every time i try and get x_train.std() and i don’t see anywhere giving me a clue why either.
We can’t tell without looking at the code and the machine specs, but I tend to agree with your suspicion that it’s related to memory. Could you try it again with 10 images and then keep increasing it for a while and look at the RAM usage and see if that could be the case?