question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ONNX: textual syntax support

See original GitHub issue

noticed that .onnxtxt suffix has bin registered in the recent commit, will it be completely supported in the future?

network file like this

<div align="center"> <div>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexHJHcommented, Mar 2, 2022

i think it a very good idea to describe the model in a textual syntax, but few people know it now. in the past, i wanted to modify onnx model but hvae to go back to the code and reorganize them, maybe just a little change. but now i can modify it on the text directly after i convert it to text representation, i tried and it really work @gramalingam

1reaction
AlexHJHcommented, Feb 27, 2022

onnx has a new feature (https://github.com/onnx/onnx/blob/main/docs/Syntax.md) The syntax enables a compact and readable representation of ONNX models,like prototxt in caffe

Read more comments on GitHub >

github_iconTop Results From Across the Web

onnx/Syntax.md at main - GitHub
This document describes a textual syntax for ONNX models, which is currently an ... The second is to help simplify the definition of...
Read more >
ONNX Concepts — ONNX 1.12.0 documentation
The following lines do not follow python syntax. ... But the library onnx supports any custom domains and operators (see Extensibility).
Read more >
torch.onnx — PyTorch 1.13 documentation
The torch.onnx module can export PyTorch models to ONNX. The model can then be consumed by any of the many runtimes that support...
Read more >
Describing an Open Neural Network Exchange (ONNX) Model
Welcome to SAS Programming Documentation · What's New · Learning SAS Viya · Syntax Quick Links · Advanced Analytics. Data Mining and Machine ......
Read more >
Ranking With ONNX Models - Vespa Documentation
Vespa has support for advanced ranking models through its tensor API. If you have your model in the ONNX format, Vespa can import...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found