Y
Hacker News
new
|
ask
|
show
|
jobs
by
ffriend
3180 days ago
If I want to export my own computational graph to ONNX, what is the first place I should look at? Do you know about any documentation or reference implementation of the format?
1 comments
Marat_Dukhan
3180 days ago
Reference specification and validator are hosted in
https://github.com/onnx/onnx
link