-
Notifications
You must be signed in to change notification settings - Fork 6.9k
update pytorch_local_mode_cifar10.ipynb to 1.7.1 #2078
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
update pytorch_local_mode_cifar10.ipynb to 1.7.1 #2078
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The CI tests are failing due to torch not being in the PyTorch conda environment ¯_(ツ)_/¯
|
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 |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
update pytorch_local_mode_cifar10.ipynb to 1.7.1 (aws#2078)
Issue #, if available:
The following pull requests in the SageMaker Python SDK repository are failing due to notebook tests in regards to this notebook:
These notebooks are failing, as some of the older PyTorch images starting from 1.4.0 and above have been updated and the sagemaker_containers library was removed unintentionally:
Description of changes:
Update pytorch_local_mode_cifar10.ipynb to use the PyTorch 1.7.1 images for training and inference.
Update references for sagemaker_containers to sagemaker_training and sagemaker_inference.
Testing
I have attached an html of a successfully run notebook with the changes defined below.
test.zip
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.