[BigDL2.0 k8s] cluster mode remain issues
Opened this issue · 0 comments
Le-Zheng commented
k8s cluster mode remain issues:
- pytorch jep requires to specify
export PYTHONHOME=/usr/local/envs/pytf1
on driver. On cluster mode, it can not be set in the driver pod. The ks8 image has two python envs. We can not hard code PYTHONHOME in image. - Tfpark on cluster mode throws
ModuleNotFoundError: No module named 'nets'
. The k8s image has already cloned slim models and set PYTHONPATH asopt/models/research/slim:$PYTHONPATH
. In client mode, it can run successfully. - orca openvino example throws
RuntimeError: The support of IR v4 has been removed from the product. Please, convert the original model using the Model Optimizer which comes with this version of the OpenVINO to generate supported IR version.
It seems the code can not support openvino isntalled byconda install openvino-ie4py-ubuntu18 -c intel