-
Notifications
You must be signed in to change notification settings - Fork 1.2k
How to set the num_gpus? #34
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 @willbadr , Thanks for using Amazon SageMaker! I take it you mean for running MXNet training scripts, right? You don't have to set this since the SageMaker MXNet Container gets this value from the container's environment and injects it into your MXNet script's Please let us know if this doesn't solve your question. Thanks! |
Thanks a lot for the answer. Yes, that's what I meant. Is there a way to
set it manually and pass it to the train() function?
…On 27 December 2017 at 15:05, andremoeller ***@***.***> wrote:
Hi @willbadr <https://github.com/willbadr> ,
Thanks for using Amazon SageMaker!
I take it you mean for running MXNet training scripts, right? You don't
have to set this since the SageMaker MXNet Container gets this value from
the container's environment and injects it into your MXNet script's
train() function for you.
Please let us know if this doesn't solve your question. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARhcS58Tvcc10OkvRmIXdwwOV8laBzJsks5tEaXbgaJpZM4RNGZA>
.
|
Hi @willbadr, You could use the sagemaker-python-sdk/src/sagemaker/mxnet/estimator.py Lines 20 to 25 in 157d867
|
Updated: Linear Time Series Forecast Notebook Pushing to prepare for Monday's meeting.
Also add an integration test for XGBoost (clearly we needed one!); add convenience imports for framework processors like Estimators already have; replace placeholder docstrings. Fixes verdimrc/aws#34
I am not sure how to set the num_gpus? It's not mentioned anywhere in the docs.
The text was updated successfully, but these errors were encountered: