Skip to content

Modifying the training graph in java #19649

Discussion options

You must be logged in to vote

Not at the moment. The code which generates the different graphs based on the original ONNX model only has a Python interface. If it becomes a supported C or C++ API we could wrap a Java binding around it, and then construct the ONNX models from Java using something like Tribuo's ONNX generation support, though Tribuo's ONNX generation support doesn't cover all ONNX ops yet, or we could write the initial model protobuf directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sophies927
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
API Q&A
Labels
None yet
2 participants