-
Notifications
You must be signed in to change notification settings - Fork 83
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
Reduce ZCC Runtimes #315
base: master
Are you sure you want to change the base?
Reduce ZCC Runtimes #315
Conversation
Codecov Report
@@ Coverage Diff @@
## master #315 +/- ##
==========================================
- Coverage 84.36% 81.56% -2.81%
==========================================
Files 86 86
Lines 6352 6352
==========================================
- Hits 5359 5181 -178
- Misses 993 1171 +178
Continue to review full report at Codecov.
|
@@ -183,7 +183,7 @@ def test_keras_v2_multi_collections(script_mode, eager_mode): | |||
"S3OutputPath": "s3://sagemaker-test", | |||
"LocalPath": "/opt/ml/output/tensors", | |||
"HookParameters" : { | |||
"save_interval": "2", | |||
"save_steps": "0", |
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.
save step 0,1,2,3. same on L222
Leaving this PR open. |
whats the next step on this pr? |
Description of changes:
Style and formatting:
I have run
pre-commit install
to ensure that auto-formatting happens with every commit.Issue number, if available
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.