shaojie

Results 3 comments of shaojie

|Module|Example|Added|Client Mode|Cluster Mode| |-|-|-|-|-| | automl | autoestimator/autoestimator_pytorch.py | N |   |  | | automl | autoxgboost/AutoXGBoostClassifier.py | N | |  | | automl | autoxgboost/AutoXGBoostRegressor.py | N |   |  ...

|Module|Example|Added|Cluster Mode|Client Mode| |-|-|-|-|-| |autograd | custom.py | N |   |   | |autograd | customloss.py | N |   | |  |nnframes | imageInference | Y | Succeed | Succeed |...

# autograd custom.py ## client command ``` ${SPARK_HOME}/bin/spark-submit \ --master ${RUNTIME_SPARK_MASTER} \ --deploy-mode client \ --conf spark.driver.host=172.16.0.200 \ --conf spark.driver.port=54321 \ --conf spark.kubernetes.authenticate.driver.serviceAccountName=${RUNTIME_K8S_SERVICE_ACCOUNT} \ --name analytics-zoo-autoestimator \ --conf spark.kubernetes.container.image=${RUNTIME_K8S_SPARK_IMAGE} \...