def _compile(self, inputs: np.ndarray, targets: np.ndarray, learning_rate: float) -> None: self.compiled = True
Last updated 1 day ago