How to tune SageMaker Studio Notebooks hardware config?

0

How does one choose or tune the hardware backend of a Sagemaker Studio Notebook?

AWS
EXPERT
asked 4 years ago301 views
1 Answer
0
Accepted Answer

At the top right of a notebook (near the kernel ) there will be a resource configurations button, you'll be able to choose the instance you want to run the notebook on.

A nice feature of that is that all the instances shares the same EFS mount (SageMaker studio uses EFS for notebook storage) if you save a dataframe to the local disk (EFS) you can change instance type during your work and continue from the place you've been in (Move from a GPU instance to a CPU instance for cost effectiveness / back to GPU for performance)

answered 4 years 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