Skip to content

Commit

Permalink
[FIX](handlers) type hint after init_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Aug 25, 2022
1 parent ec03a0d commit 809aabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hourglass_tensorflow/handlers/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(
self._optimizer: Union[HTFObjectReference[Optimizer], str] = None
self._metrics: List[HTFObjectReference[Metric]] = None
self._callbacks: List[HTFObjectReference[Callback]] = None
self.init_handler()

@property
def config(self) -> HTFTrainConfig:
Expand Down

0 comments on commit 809aabb

Please sign in to comment.