Update keras_optimization_helper.py#212
Update keras_optimization_helper.py#212shaoeric wants to merge 2 commits intoHunterMcGushion:masterfrom
Conversation
HunterMcGushion
left a comment
There was a problem hiding this comment.
Definitely a helpful addition! Thanks for noticing and taking the time to contribute!
correct Except to Exception, and add an empty line
|
so sorry, im not familiar with pull request, but why my new commit failed |
|
No worries! It looks like the code formatting reviews are complaining about spaces on one of the empty lines (line 63). They prefer empty lines to be completely empty, so you should be able to just backspace over the spaces in that line. Sounds ridiculous, I know haha |
|
thanks |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #212 +/- ##
==========================================
- Coverage 94.61% 94.57% -0.04%
==========================================
Files 46 46
Lines 4956 4961 +5
==========================================
+ Hits 4689 4692 +3
- Misses 267 269 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
origin helper requires tensorflow cuda9.0, however, the hunter will output nothing and stop when working on cuda10. so add some information