Skip to content

Conversation

NihalHarish
Copy link
Contributor

Description of changes:

  • Stop gap until we develop a long-term testing strategy for open source framework version.

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.

Copy link
Contributor

@ndodda-amazon ndodda-amazon left a comment

Choose a reason for hiding this comment

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

LGTM, left a minor comment.

On the other hand, if we don't have a long term solution for testing open source frameworks, should we temporarily disable running these tests in our pipelines? Doesn't seem like a good idea to have one build running tests for all frameworks anyway.

- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
- pip install --upgrade pip==20.3.3
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet torch xgboost pre-commit tensorflow_datasets==4.0.1 torchvision
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet==1.6.0 torch xgboost pre-commit tensorflow_datasets==4.0.1 torchvision
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's pin the versions to the other frameworks too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@codecov-io
Copy link

codecov-io commented Mar 22, 2021

Codecov Report

Merging #468 (c799055) into master (b45b20f) will decrease coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
- Coverage   65.55%   65.22%   -0.33%     
==========================================
  Files         173      163      -10     
  Lines       13275    12929     -346     
==========================================
- Hits         8702     8433     -269     
+ Misses       4573     4496      -77     
Impacted Files Coverage Δ
smdebug/core/modes.py 55.00% <0.00%> (-20.00%) ⬇️
smdebug/xgboost/singleton_utils.py 0.00% <0.00%> (-20.00%) ⬇️
smdebug/trials/profiler_trial.py 24.61% <0.00%> (-18.47%) ⬇️
smdebug/mxnet/collection.py 73.33% <0.00%> (-16.67%) ⬇️
smdebug/exceptions.py 65.47% <0.00%> (-15.48%) ⬇️
smdebug/core/reader.py 85.18% <0.00%> (-7.41%) ⬇️
smdebug/tensorflow/callable_cache.py 78.26% <0.00%> (-6.53%) ⬇️
smdebug/core/locations.py 86.11% <0.00%> (-5.56%) ⬇️
smdebug/core/tensor.py 79.03% <0.00%> (-2.02%) ⬇️
smdebug/core/tfrecord/tensor_reader.py 95.45% <0.00%> (-1.52%) ⬇️
... and 14 more

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 b45b20f...c799055. Read the comment docs.

@NihalHarish NihalHarish merged commit 7c5c8c4 into master Mar 23, 2021
@NihalHarish NihalHarish deleted the pin_mxnet_version branch March 23, 2021 02:53
NihalHarish added a commit that referenced this pull request Mar 23, 2021
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