I’m working on the second homework of course 4 week 3, and I also meet the problem of
CUDA runtime implicit initialization on GPU:0 failed. Status: out of memory
The problem occur when running the code you have provided, on the 4 th code block of doing this:
image_list_ds = tf.data.Dataset.list_files(image_list, shuffle=False)
I have already tried adding
tf.keras.backend.clear_session(),
restart the kernel ,
help button to reboot the server
and none of these helps.
So how could solve this problem and continue to do the homework?
I don’t have any troubles running the code in that cell. Are you running the notebook in Coursera’s environment through your browser? Or are you running the notebook locally?
Do not add any code.
It should be sufficient to use “Kernel → Restart & Clear Output”, followed by “Cell → Run All”.