introduce 'compile_options' in model_class which combines all allowed args of...
Compare changes
- Felix Kleinert authored
+ 4
− 3
@@ -60,10 +60,11 @@ class ModelSetup(RunEnvironment):
introduce 'compile_options' in model_class which combines all allowed args of keras' .compile() methods. The method 'set_compile_options' has to be defined in child class if additional compile options should be used (optimizer and loss, have to be set anyway in child.init #110 (closed)