Keras-Project-Template
Keras-Project-Template copied to clipboard
Test for comet-ml API key is broken.
https://github.com/Ahmkel/Keras-Project-Template/blob/a6bed14ac8f062f437cc1e34ac9b3f24b5a52a1e/trainers/simple_mnist_trainer.py#L35
This always returns true because self.config is a dotmap.DotMap object.
Change to and it will work:
if ("comet_api_key" in self.config):