Request for assistance with training yolov8 model in Sagemaker Studio and changing GPU instance

0

Hey,I am new to AWS and I want to train my yolov8 model in sagemaker studio. The disk size is quite small in the that. My dataset is of arround 5 gb. Can someone please tell me how i can i do that and how can I change the GPU instance?

i also would like to that if i connect S3 to sagemaker studio, will i be able to bigger disk space?

Any help will be greatly appreciated.

1 Answer
0

Hi, if you're using Studio Classic, you can change the instance type on the fly from the notebook, see instructions here - https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-run-and-manage-switch-instance-type.html

The Studio storage uses Elastic File System (EFS), and expands as you use, so you should be able to use the 5GB dataset. If you run into out of memory errors in your notebook, try going up an instance size. Connecting to S3 does not affect your storage size in Studio.

For the new Studio experience, you can stop the JupyterLab space and increase the EBS storage associated to the space within the Studio UI. The maximum EBS storage supported is 16384 as per the docs.

AWS
Durga_S
answered 25 days ago
profile picture
EXPERT
reviewed 23 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions