ShaynAli / Aipen

Evolutionary engine for easier hyper-parameter optimization of AI and ML models.
3 stars 2 forks source link

Logger is bugged (pre-rollback) #27

Closed ShaynAli closed 5 years ago

ShaynAli commented 6 years ago

Bugs:

ShaynAli commented 6 years ago

During the fix, be sure to add tests to capture empty logs, e.g. via a new log called "test_log"

ShaynAli commented 6 years ago

Would be good to have tests for duplicate of improper log names, e.g. ones which are not permissible in filenames

ShaynAli commented 5 years ago

Resolved at https://github.com/ShaynAli/Aipen/pull/42

Follow up task to detect similar issues in the future: https://github.com/ShaynAli/Aipen/issues/43