You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am executing the code in Sagemaker Studio Lab via Jupyter Notebook but the the code is not working at all. It shows that code is being executed but it does not complete the execution. Just seeing the [*] indefinitely!
Same is the case with the terminal window. The terminal is not loading up, the cursor blinks but the terminal remains blank!
Please help with this issue.
The text was updated successfully, but these errors were encountered:
hi, in order to really diagnose your issue I would need a lot more information.
are you using GPU or CPU?
What code is breaking or is it all breaking?
Have you tried restarting your server?
Your environment may have got into an unstable state. You can try resetting it with some lines you can find in the FAQ pasted below:
Q: How do I refresh my environment?
Switch to base conda environment:
conda activate base
List all conda environments available in your account:
conda list envs
Delete all the conda environments except environment named 'base':
conda remove -n "env_name" --all
Delete all sub-directories from user folder:
rm -rf /home/studio-lab-user/*
Restart project/runtime. Go to project page, stop instance and restart.
Describe the bug
Hi All,
I am executing the code in Sagemaker Studio Lab via Jupyter Notebook but the the code is not working at all. It shows that code is being executed but it does not complete the execution. Just seeing the [*] indefinitely!
Same is the case with the terminal window. The terminal is not loading up, the cursor blinks but the terminal remains blank!
Please help with this issue.
The text was updated successfully, but these errors were encountered: