onnxmltools
onnxmltools copied to clipboard
Encog to ONNX
Can you add support for Encog (C#) library? Encog has model export to ".eg" file, which is platform independent and can be loaded in C# or Java Encog library. I use Keras and Encog in my projects so i need same standard for both types of models. Basically I need:
Encog model -> ONNX -> Keras model
Hello @lazarkrstic! Unfortunately we do not have support for this now, and don't anticipate immediately having the bandwidth to support it going forward. We welcome contributions of converters from the community.