Tudyx / ai-dataloader

A rust port of pytorch dataloader
Apache License 2.0
20 stars 1 forks source link

Python wrapper #49

Open AzHicham opened 5 months ago

AzHicham commented 5 months ago

Hello,

I was wondering if we can create a python wrapper to this library using pyO3/maturin and ship it on Pypi. This way python user could also benefit from this crate ie no more process fork but real multithreading.

Tudyx commented 5 months ago

Yes, that's definitely something that I had in mind when I started the project. I will be open to maintain it if someone wants to submit a PR