You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the original argument name image_name instead of image for train | predict | evaluate. (#2092)
* Add the version for the docker python package.
* Add the method declaration for the argument parser.
* Add the arguments for train|predict|evaluate
* Copy common modules from elasticdl main package to elasticdl_client package.
* Call _submit_job in train api
* Add k8s_resource module.
* Set default value for extra_pypi_index arguments.
* Update the default base image value to be python:3.7
* Update the argument description.
* Make --image arguments to be required
* Add the implementation of evaluate and predict
* Update the default base image to be python:3.6
* Remove clean command.
* Add comments.
* Rename model_utils to module_utils
* Simplify the function in k8s_client in elasticdl_client package.
* Remove unnecessary event_cb in k8s_client in elasticdl_client package.
* Use argument name image_name instead of image for train|predict|evaluate.
0 commit comments