-
Notifications
You must be signed in to change notification settings - Fork 834
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
fix: [Workaround] CNTKModel does not output correct result #1076
Conversation
💖 Thanks for opening your first pull request! 💖 We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should make sure your first commit and PR title start with a semantic prefix. This helps us to create release messages and credit you for your hard work!
Make sure to check out the developer guide for guidance on testing your change. |
…50 model when running on Databricks
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1076 +/- ##
==========================================
- Coverage 84.95% 84.90% -0.05%
==========================================
Files 206 206
Lines 9751 9752 +1
Branches 550 564 +14
==========================================
- Hits 8284 8280 -4
- Misses 1467 1472 +5
Continue to review full report at Codecov.
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Congrats on merging your first pull request, we appreciate your support! 🎉🎉🎉 |
Workaround for #1075 : CNTKModel does not output correct result for ResNet50 model when running on Databricks.
@mhamilton723 discovered adding a cache call works around the issue.