I am trying to resize the images in Fashion MNIST Dataset from (28,28) to (227,227) using the tf.image.resize
function to test on my AlexNET model. However, this keeps constantly crashing the colab session presenting the error message “Your session crashed after using all available RAM”. The colab notebook link is here:-
I am unable to grasp the reason for this error. Please explain what am I doing wrong.