changes in the qoe training function code 21/13121/2 j-release
authorrajdeep11 <rajdeep.sin@samsung.com>
Fri, 28 Jun 2024 10:59:11 +0000 (16:29 +0530)
committersubhash kumar singh <subh.singh@samsung.com>
Fri, 28 Jun 2024 12:38:03 +0000 (12:38 +0000)
and deprecated the last release code

Change-Id: I4b91065998ba363d543550c88d20e93e82c7590e
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
samples/qoe/qoe_pipeline_h_release_deprecated.py [moved from samples/qoe/qoe_pipeline_h_release.py with 100% similarity]
samples/qoe/qoe_pipeline_j_release.py

index 659c9a2..b0c08a0 100644 (file)
@@ -2,6 +2,7 @@ import kfp
 import kfp.dsl as dsl
 from kfp.dsl import InputPath, OutputPath
 from kfp.dsl import component as component
+from kfp import kubernetes
 
 
 @component(base_image="traininghost/pipelineimage:latest")