-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yubo Wang <[email protected]>
- Loading branch information
Yubo Wang
committed
May 13, 2023
1 parent
df15947
commit 8d8d949
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
plugins/flytekit-kf-tensorflow/flytekitplugins/kftensorflow/models/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from .restart_policy import RestartPolicy | ||
from .chief import Chief | ||
from .ps import PS | ||
from .worker import Worker | ||
from .restart_policy import RestartPolicy | ||
from .run_policy import CleanPodPolicy, RunPolicy | ||
from .tensorflow_job import TensorFlowJob | ||
from .worker import Worker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters