Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit ac57e12

Browse files
author
Matthew Brookhart
authored
clean up python readme (#510)
* clean up python readme * remove test status
1 parent 013fab5 commit ac57e12

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -213,21 +213,3 @@ The nGraph library supports a number of backends, including `"CPU"`, `"INTERPETE
213213
The supported models listed above explicitly use nGraph's `"CPU"` backend, and may not function
214214
properly if altered to use different nGraph back-ends.
215215
This is a temporary limitation expected to be lifted in a future release.
216-
217-
### Test status
218-
Integration testing to date (11/15/2018) has focused on `tests/cpp/*` and `tests/python/unittest/*`.
219-
Of these tests, we see the following failures.
220-
221-
#### This test fails with relative errors of <1e-4 on a limit of 1e-5.
222-
- `tests/python/unittest/test_gluon.py::test_export`
223-
224-
#### These test fail with python errors
225-
- `tests/python/unittest/test_image.py::test_det_augmenters`
226-
- `tests/python/unittest/test_image.py::test_image_detiter`
227-
- `tests/python/unittest/test_image.py:test_imageiter`
228-
229-
#### nGraph changes the number of nodes in the graph, so the assumptions in this test are no longer valid.
230-
- `tests/python/unittest/test_module.py::test_monitor`
231-
232-
Integration testing on other python tests are forthcoming.
233-

python/README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
MXNet Python Package
22
====================
3-
This directory and nested files contain MXNet Python package and language binding.
3+
This directory and nested files contain the nGraph-MXNet Python package and language binding.
44

55
## Installation
6-
To install MXNet Python package, visit MXNet [Install Instruction](http://mxnet.incubator.apache.org/install/index.html)
6+
To install nGraph-MXNet Python package, visit the [nGraph-MXNET github page](http://www.github.com/NervanaSystems/ngraph-mxnet)
77

8-
9-
## Running the unit tests
10-
11-
For running unit tests, you will need the [nose PyPi package](https://pypi.python.org/pypi/nose). To install:
12-
```bash
13-
pip install --upgrade nose
14-
```
15-
16-
Once ```nose``` is installed, run the following from MXNet root directory (please make sure the installation path of ```nosetests``` is included in your ```$PATH``` environment variable):
17-
```
18-
nosetests tests/python/unittest
19-
nosetests tests/python/train
20-
21-
```

0 commit comments

Comments
 (0)