import os, signal
os.kill(os.getpid(), signal.SIGKIL
Having issues when running the code above. Google colab states “Your session crashed for an unknown reason”.
import os, signal
os.kill(os.getpid(), signal.SIGKIL
Having issues when running the code above. Google colab states “Your session crashed for an unknown reason”.
This issue is fixed. Please try the lab again.