Skip to content

Add support for Chainer 5.0 #491

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

Merged
merged 4 commits into from
Nov 16, 2018
Merged

Add support for Chainer 5.0 #491

merged 4 commits into from
Nov 16, 2018

Conversation

iquintero
Copy link
Contributor

Issue #, if available:

Description of changes:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have updated the changelog with a description of my changes (if appropriate)
  • I have updated any necessary documentation (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-io
Copy link

codecov-io commented Nov 16, 2018

Codecov Report

Merging #491 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
+ Coverage   94.23%   94.24%   +<.01%     
==========================================
  Files          58       58              
  Lines        4444     4445       +1     
==========================================
+ Hits         4188     4189       +1     
  Misses        256      256
Impacted Files Coverage Δ
src/sagemaker/chainer/estimator.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 835d1af...39c38c7. Read the comment docs.

Copy link
Contributor

@laurenyu laurenyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

talked offline - needs to make sure warnings and docs are updated appropriately

+-----------------------------+-------------+-------------+-------------+
| chainermn | 1.2.0 | 1.3.0 | N/A |
+-----------------------------+-------------+-------------+-------------+
| CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you have extra leading spaces in some of these cells


The Docker images extend Ubuntu 16.04.

You can select version of Chainer by passing a framework_version keyword arg to the Chainer Estimator constructor.
You must select a version of Chainer by passing a framework_version keyword arg to the Chainer Estimator constructor.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double backticks around framework_version

laurenyu
laurenyu previously approved these changes Nov 16, 2018
minor version, which will cause your training script to be run on the latest supported patch version of that minor
version.
You must select a version of Chainer by passing a ``framework_version`` keyword arg to the Chainer Estimator
constructor. Currently supported versions are listed in the above table. You can also set framework_version to only
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add backticks around framework_version

@laurenyu laurenyu merged commit 97bbc39 into aws:master Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants