We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcdbe0 commit 55adc57Copy full SHA for 55adc57
keras/src/trainers/trainer.py
@@ -945,6 +945,7 @@ def get_compile_config(self):
945
"""
946
if self.compiled and hasattr(self, "_compile_config"):
947
return self._compile_config.serialize()
948
+ return {}
949
950
def compile_from_config(self, config):
951
"""Compiles the model with the information given in config.
0 commit comments