onnxmltools icon indicating copy to clipboard operation
onnxmltools copied to clipboard

Allennlp model to onnx Format

Open BalajiArun004 opened this issue 3 years ago • 1 comments

Hi Guys, I'm facing some issue in converting allennlp model to onnx format as I'm new to onnx need some help to solve this issue

BalajiArun004 avatar May 31 '21 15:05 BalajiArun004

allennlp srrms to be based on pytorch. The onnx converter for pytorch is probably a better place: https://pytorch.org/docs/stable/onnx.html.

xadupre avatar Aug 03 '21 11:08 xadupre