ibcn-cloudlet / dianne

DIANNE - DIstributed Artificial Neural NEtworks
http://dianne.intec.ugent.be
GNU Affero General Public License v3.0
22 stars 8 forks source link

Use JavaCPP Preset for ONNX #16

Closed EmergentOrder closed 4 years ago

EmergentOrder commented 5 years ago

The JavaCPP Preset for ONNX contains everything that you get from the implementation generated from the protobuf that is currently used. You also get the ability to "polish" and convert the version of a model (in this PR ) as well as access to the operator schemas, the ONNX IR, ONNX-ML (Classical Machine Learning extension), ONNXIFI and more.

tverbele commented 5 years ago

Looks interesting, thanks for the notification!