"...easybuild-repository-public-release.git" did not exist on "bed918c3e5af979cb342cd897fa6144e88785c51"
Select Git revision
model_class.py
-
Felix Kleinert authored
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
Felix Kleinert authoredintroduce '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