Commit e0c34e57 authored by Leona C's avatar Leona C

Request from Nishant to add CIFAR10 sample command to neon install doc

parent 30b1652c
......@@ -57,7 +57,14 @@ This section covers installation only.
(venv)$ pip install -U .
#. See `this file`_ if you want detail about how to run unit tests. See the
documentation `ngraph-neon docs`_ to start working with models.
documentation at `ngraph-neon docs`_. To test the neon install you can run
the sample available in the ngraph-neon clone named
`python examples/cifar10/cifar10_conv.py`
.. code-block:: console
(venv)$ python examples/cifar10/cifar10_conv.py
.. _mxnet_intg:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment