Skip to content

Commit 797390d

Browse files
prasanthpuljspisak
authored andcommitted
Update README.md (onnx#1722)
1 parent 40cdb5f commit 797390d

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

README.md

+7-19
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,23 @@
55
|-------|---------|
66
| [![Build Status](https://travis-ci.org/onnx/onnx.svg?branch=master)](https://travis-ci.org/onnx/onnx) | [![Build status](https://ci.appveyor.com/api/projects/status/lm50cevk2hmrll98/branch/master?svg=true)](https://ci.appveyor.com/project/onnx/onnx) |
77

8-
[Open Neural Network Exchange (ONNX)](http://onnx.ai) is the first step toward an open ecosystem that empowers AI developers
9-
to choose the right tools as their project evolves. ONNX provides an open source format for AI models.
10-
It defines an extensible computation graph model, as well as definitions of built-in operators and standard
11-
data types. Initially we focus on the capabilities needed for inferencing (evaluation).
8+
[Open Neural Network Exchange (ONNX)](http://onnx.ai) is an open ecosystem that empowers AI developers
9+
to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard
10+
data types. Currently we focus on the capabilities needed for inferencing (scoring).
1211

13-
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are developing ONNX support. Enabling interoperability between different
14-
frameworks and streamlining the path from research to production will increase the speed of innovation in
15-
the AI community. We are an early stage and we invite the community to submit feedback and help us further
16-
evolve ONNX.
12+
ONNX is [widely supported](http://onnx.ai/supported-tools) and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production will increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.
1713

1814
# Use ONNX
19-
Start experimenting today:
20-
* [Getting Started Guide](http://onnx.ai/getting-started)
21-
* [Supported Frameworks & Tools](http://onnx.ai/supported-tools)
22-
* [Tutorials on using ONNX converters](https://github.com/onnx/tutorials).
15+
* [Supported Frameworks, Tools, and Hardware](http://onnx.ai/supported-tools)
16+
* [Tutorials for creating ONNX models from](https://github.com/onnx/tutorials).
2317

24-
# Learn about ONNX spec
25-
26-
Check ONNX design choices and internals:
18+
# Learn about the ONNX spec
2719
* [Overview](docs/Overview.md)
2820
* [ONNX intermediate representation spec](docs/IR.md)
2921
* [Versioning principles of the spec](docs/Versioning.md)
3022
* [Operators documentation](docs/Operators.md)
3123
* [Python API Overview](docs/PythonAPIOverview.md)
3224

33-
# Tools
34-
* [Netron: a viewer for ONNX models](https://github.com/lutzroeder/Netron)
35-
* [Net Drawer ONNX vizualizer](https://github.com/onnx/tutorials/blob/master/tutorials/VisualizingAModel.md)
36-
3725
# Programming utilities for working with ONNX Graphs
3826
* [Shape and Type Inference](docs/ShapeInference.md)
3927
* [Graph Optimization](docs/Optimizer.md)

0 commit comments

Comments
 (0)