Open petercinibulk opened 5 years ago
Hi petercinibulk,
Thank you for using Amazon SageMaker. If you are still facing this issue you can try enabling debug logging for the kernel so they can see what is happening:
echo 'c.Application.log_level = 0' >> ~/.jupyter/jupyter_notebook_config.py
echo 'c.Session.debug = True' >> ~/.jupyter/jupyter_notebook_config.py
sudo restart jupyter-server
tail -f /var/log/jupyter.log
Let us know if there is anything else we can be an assistance of.
Thanks, Jun
I created a notebook instance on the console and used this example: tensorflow_abalone_age_predictor_using_layers_2019-07-23
When I restart the kernel run all I get the error, The kernel appears to have died. It will restart automatically. This happens when "from sagemaker.tensorflow import TensorFlow." I didn't change anything in the notebook just restarted the kernel and ran it.