LaurentMazare / tch-rs

Rust bindings for the C++ api of PyTorch.
Apache License 2.0
4.02k stars 317 forks source link

TorchAudio Support #499

Open weisrc opened 2 years ago

weisrc commented 2 years ago

Is it possible to support TorchAudio similarly to how TorchVision is included in this library?

Thank you!

LaurentMazare commented 1 year ago

No immediate plan to do this I'm afraid (I would'nt know much about the domain), my guess is that the best would be to devise an external crate to provide this - happy to link it in the main readme for discoverability if a nice alternative appears.