Keras-Project-Template icon indicating copy to clipboard operation
Keras-Project-Template copied to clipboard

A project template to simplify building and training deep learning models using Keras.

Results 10 Keras-Project-Template issues
Sort by recently updated
recently updated
newest added

- Updated Experiment model usage functions on simple_mnist_trainer.py from experiment.log_multiple_params(self.config) to experiment.log_parameters(self.config) - Update README.md with dependencies instructions. - Added requirements.txt for easy setup in python shell.

It seems like current code have little bug on comet import according to the report, we have to import comet before keras modules ``` Create the trainer importing trainers.CifarTrainer getattr...

## Issue When hasattr() function is called on a DotMap instance (config in this case) regarding a non existing attribute, it is automatically created. E.g. Let's say 'config' is a...

added multip models and change config fil structure Still need to move artifacts to google storage and test uk vs usa training schemes

AttributeError: 'Experiment' object has no attribute 'log_multiple_params' https://github.com/Ahmkel/Keras-Project-Template/blob/a6bed14ac8f062f437cc1e34ac9b3f24b5a52a1e/trainers/simple_mnist_trainer.py#L39 It seems that log_multiple_params function in comet.ml has changed to log_parameters()

Fixes the "SyntaxError: Please import Comet before importing any keras modules" error in simple_mnist_trainer.py using the change suggested in https://github.com/Ahmkel/Keras-Project-Template/issues/8

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.