Skip to content

Commit

Permalink
[FIX](handlers) Fix train handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Aug 24, 2022
1 parent 8489bb9 commit bf6b5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hourglass_tensorflow/handlers/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self, *args, **kwargs) -> None:
# region Handler


class HTFModelHandler(_HTFTrainHandler):
class HTFTrainHandler(_HTFTrainHandler):
def _instantiate(self, obj: HTFObjectReference[R], **kwargs) -> R:
if isinstance(obj, HTFObjectReference):
return obj.init(**kwargs)
Expand Down

0 comments on commit bf6b5ab

Please sign in to comment.