Select Git revision
test_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
test_model_class.py 4.00 KiB