autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 270 forks source link

Make callbacks to a submodule #586

Closed mikkokotila closed 2 years ago

mikkokotila commented 2 years ago

You want to make a PR to Talos

Thanks so much :) First, please take a moment to carefully check through the below items:

Sanity

Docs

Tests


pep8speaks commented 2 years ago

Hello @mikkokotila! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 17:1: E402 module level import not at top of file

Line 46:80: E501 line too long (89 > 79 characters)