HunterMcGushion / hyperparameter_hunter

Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
MIT License
704 stars 100 forks source link

Update keras_optimization_helper.py #212

Open shaoeric opened 4 years ago

shaoeric commented 4 years ago

origin helper requires tensorflow cuda9.0, however, the hunter will output nothing and stop when working on cuda10. so add some information

shaoeric commented 4 years ago

so sorry, im not familiar with pull request, but why my new commit failed

HunterMcGushion commented 4 years ago

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

shaoeric commented 4 years ago

thanks