kubeflow / mxnet-operator

A Kubernetes operator for mxnet jobs
Apache License 2.0
53 stars 34 forks source link

python sdk for mxnet-operator #83

Open everett-moon opened 4 years ago

everett-moon commented 4 years ago

There are python sdks for tf-operator and pytorch-operator, why doesn't mxnet-operator have one?

everett-moon commented 4 years ago

When I try to create a MXJob via custom api, it complained the following error:

kubernetes.client.rest.ApiException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Type': 'text/plain; charset=utf-8', 'X-Content-Type-Options': 'nosniff', 'Date': 'Tue, 07 Jul 2020 09:35:26 GMT', 'Content-Length': '19'})
gaocegege commented 4 years ago

I think mxnet operator is not well-maintained and generally adopted, thus we do not have the bandwidth to maintain such a python SDK for it.

everett-moon commented 4 years ago

I haved tried to imitate the tf-operator SDK already for myself, but it didn't work, Can you give me some instructions to achieve this goal? Thanks

gaocegege commented 4 years ago

You can open an issue at tf-operator and communicate with @jinchihe to discuss it.

Jeffwan commented 3 years ago

It would be great to come up a scalable way to generate python SDK client. Currently, it's not scalable to add sdk for each framework. Is there some framework support it?

gaocegege commented 3 years ago

/cc @jinchihe