-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Removed old link and incorrect information from estimator.py docstring #2918
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Hi @judyheflin please setup the Git Hooks as mentioned in README and fix the unit tests by running them locally. The sagemaker-bot comments above will guide you for the PR failures. Have we addressed all remaining open questions and is this ready for review or still WIP? |
Co-authored-by: Ben Crabtree <bencrab@amazon.com> Co-authored-by: Navin Soni <navinsoni89@gmail.com> Co-authored-by: Jeniya Tabassum <jeniya.tabassum@gmail.com> Co-authored-by: Dewen Qi <qidewen@amazon.com>
Co-authored-by: Ben Crabtree <bencrab@amazon.com> Co-authored-by: Navin Soni <navinsoni89@gmail.com> Co-authored-by: Jeniya Tabassum <jeniya.tabassum@gmail.com>
…ws#2950) Co-authored-by: Payton Staub <pstaub@amazon.com>
Still waiting on a response to these questions. @amzahsa said he was taking a look, but not sure if he's still OOO. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
ahsan-z-khan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
black-check failed. Can you do a tox -e black-format and commit?
|
@judyheflin Please resolve merge conflicts. |
|
thanks for contributing but this code change has been pending for too long. Please reopen if this change is still relevant! |
Description of changes: Changed MXNet estimator.py doctstring. Standardized formatting. Removed dead link. Removed information about
framework_versionandpy_versionbeing required unless an image_uri is provided. Customers ran into errors where the framework_version is needed even though they provided an image_uri.Remaining Questions:
Nonedefault value causes an error, shouldn't we change the default value or remove it entirely?Nonevalue for the py_version as well?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.