[Optional] Creates model architecture. Returns: A model instance.
(self)
| 142 | ckpt_dir_or_file) |
| 143 | |
| 144 | def build_model(self) -> tf_keras.Model: |
| 145 | """[Optional] Creates model architecture. |
| 146 | |
| 147 | Returns: |
| 148 | A model instance. |
| 149 | """ # pytype: disable=bad-return-type # typed-keras |
| 150 | |
| 151 | @abc.abstractmethod |
| 152 | def build_inputs(self, |
no outgoing calls