hyperdashio / hyperdash-sdk-py

Official Python SDK for Hyperdash
https://hyperdash.io
198 stars 26 forks source link

Exception thrown with keras output #111

Closed josepablog closed 6 years ago

josepablog commented 6 years ago

I just spun off a new server, and unfortunately hyperdash is not working anymore. I noticed that you released a new version, so I downgraded to 0.12.0, and that doesn't fix it : (

--> 270         self._dynamic_display = (sys.stdout.isatty() or
    271                                  'ipykernel' in sys.modules)
    272 

AttributeError: IOBuffer instance has no attribute 'isatty'
richardartoul commented 6 years ago

Hmm must be something new in Keras. I know how to fix it, I'll release a patched version tomorrow

richardartoul commented 6 years ago

Ok if you upgrade to version 0.13.1 you should be good to go. Fixed it in #112

richardartoul commented 6 years ago

Thanks for the report!