Skip to content

introduce 'compile_options' in model_class which combines all allowed args of...

Ghost User requested to merge felix_issue110_custom_compile_options into develop

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)

Edited by Ghost User

Merge request reports