-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Python bindings #29
Comments
We should perhaps use |
I'd like to work on this @mjovanc |
@coddiw0mple Could you fork this repo and perhaps come up with a proof-of-concept that we can take a look at? |
@mjovanc Sure will work on one. I'm thinking of adding the bindings for the API needed for the MNIST example as a POC, should that be okay? |
Sure just make sure to use pyo3 in Rust. Also, make a small POC how it works and we will evaluate it before you work too much on it if we decide not to go that specific route. Sounds ok? |
I plan to create a focused POC using the existing MNIST classification example. I'll use pyo3 to create Python bindings (only for the functions needed for this task) and package them up. Then I'll recreate the same example in Python using these bindings. This way, we can evaluate if this approach works well and check the performance. |
Go ahead, we will evaluate. Don't work too much on this just a basic implementation so we can see if this is the right approach for us. |
We should create a Python library with bindings to Delta. I suggest we create a directory in this repository and handle everything here for convenience.
I propose we (at least):
delta_py
and publish the library asdeltaml
on PyPi.The text was updated successfully, but these errors were encountered: