-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Local mode failure for MXNet estimator #1349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ehsanmok, thanks for using SageMaker. If you are using 'local' or 'local_gpu' and passing a 'sagemaker_session' in the estimator constructor at the same time (from the code you provided in description), please make sure that your session is a Otherwise you'll encounter error from instance type validation. |
Thanks @ChuyangDeng for your help! switching to |
glad your issue got resolved! and someone else actually has opened a PR to address the same concern around having a more informative error message: #1356 |
Describe the bug
I'm on
ml.p3.2xlarge
andmxnet_p36
conda env and installedpython -m pip install "sagemaker[local]"
. The following fails training in local modetrain_instance_type='local'
or'local_gpu'
but works on any non-local instance typeScreenshots or logs
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: