Skip to content

Commit

Permalink
Fixed missing run in tf keras elastic mode (#2272)
Browse files Browse the repository at this point in the history
Signed-off-by: BobLiu20 <baifang20@qq.com>
  • Loading branch information
BobLiu20 committed Sep 15, 2020
1 parent af6357b commit 8f49024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion horovod/keras/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import keras

from horovod._keras import elastic as _impl
from horovod.tensorflow.elastic import TensorFlowKerasState
from horovod.tensorflow.elastic import TensorFlowKerasState, run


class KerasState(TensorFlowKerasState):
Expand Down
2 changes: 1 addition & 1 deletion horovod/tensorflow/keras/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import tensorflow as tf

from horovod._keras import elastic as _impl
from horovod.tensorflow.elastic import TensorFlowKerasState
from horovod.tensorflow.elastic import TensorFlowKerasState, run


class KerasState(TensorFlowKerasState):
Expand Down

0 comments on commit 8f49024

Please sign in to comment.