Proposal: Enterprise‑grade, full‑featured PyTorch binding for Java comparable to Python PyTorch ecosystem #1803
mullerhai
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, @saudet @HGuillemet
Description
This is a proposal to discuss building a more enterprise‑ready, stable, feature‑complete Java PyTorch binding that can closely match the Python PyTorch experience, together with rich upstream/downstream library integrations.
My fork implementation is based on PyTorch 1.5.14 GA release, which resolves many historical bugs and limitations found in existing JavaCPP‑Presets PyTorch bindings. The goal is to bring Java access to a broad ecosystem covering not only core PyTorch, but also more than 50 popular downstream libraries: pandas‑style data utilities, plotting (plot/seaborn), audio, computer vision, NLP, recommendation systems, reinforcement learning modules, and more.
Relevant resources
Current published dependency set for reference:
y objectives & discussion topics
torch‑gpu‑linux)some code
All reactions