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:
8dfe010
)
changes in the training function
20/12820/1
j-release
author
rajdeep11
<rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 12:01:54 +0000
(17:31 +0530)
committer
subhash kumar singh
<subh.singh@samsung.com>
Fri, 28 Jun 2024 12:09:21 +0000
(12:09 +0000)
updating the imports
Change-Id: I36b17c9c9badcde5fb5a4e670a1cc38bdf949ba5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
(cherry picked from commit
14bdf18ee72b4bc9d2757b1bc11265095947e6ee
)
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"
]
},
{