Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9b6567f
)
changes in the training function
24/13124/1
2.1.0
3.0.0
author
rajdeep11
<rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000
(17:31 +0530)
committer
rajdeep11
<rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000
(17:31 +0530)
updating the imports
Change-Id: I36b17c9c9badcde5fb5a4e670a1cc38bdf949ba5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
kf-pipelines/qoe-pipeline.ipynb
patch
|
blob
|
history
diff --git
a/kf-pipelines/qoe-pipeline.ipynb
b/kf-pipelines/qoe-pipeline.ipynb
index
7bd372d
..
1cb2c88
100644
(file)
--- a/
kf-pipelines/qoe-pipeline.ipynb
+++ b/
kf-pipelines/qoe-pipeline.ipynb
@@
-9,7
+9,8
@@
"import kfp\n",
"import kfp.dsl as dsl\n",
"from kfp.dsl import InputPath, OutputPath\n",
- "from kfp.dsl import component as component"
+ "from kfp.dsl import component as component\n",
+ "from kfp import kubernetes"
]
},
{