[TUTORIAL] Move mobilenet to tutorial, fix precompute_prune (#35)
* [TUTORIAL] Move mobilenet to tutorial, fix precompute_prune * Some language improvements
Showing
- nnvm/docs/.gitignore 2 additions, 0 deletionsnnvm/docs/.gitignore
- nnvm/docs/README.txt 4 additions, 0 deletionsnnvm/docs/README.txt
- nnvm/docs/conf.py 28 additions, 2 deletionsnnvm/docs/conf.py
- nnvm/docs/dev/index.rst 2 additions, 2 deletionsnnvm/docs/dev/index.rst
- nnvm/docs/index.rst 1 addition, 0 deletionsnnvm/docs/index.rst
- nnvm/docs/top.rst 2 additions, 2 deletionsnnvm/docs/top.rst
- nnvm/example/mobilenet_inference_gpu.py 0 additions, 117 deletionsnnvm/example/mobilenet_inference_gpu.py
- nnvm/examples/README.md 5 additions, 0 deletionsnnvm/examples/README.md
- nnvm/python/nnvm/testing/__init__.py 3 additions, 1 deletionnnvm/python/nnvm/testing/__init__.py
- nnvm/python/nnvm/testing/config.py 2 additions, 0 deletionsnnvm/python/nnvm/testing/config.py
- nnvm/python/nnvm/testing/mobilenet.py 125 additions, 0 deletionsnnvm/python/nnvm/testing/mobilenet.py
- nnvm/src/compiler/precompute_prune.cc 5 additions, 6 deletionsnnvm/src/compiler/precompute_prune.cc
- nnvm/tests/python/compiler/test_build.py 7 additions, 5 deletionsnnvm/tests/python/compiler/test_build.py
- nnvm/tutorials/README.txt 3 additions, 0 deletionsnnvm/tutorials/README.txt
- nnvm/tutorials/mobilenet_inference_gpu.py 82 additions, 0 deletionsnnvm/tutorials/mobilenet_inference_gpu.py
nnvm/docs/README.txt
0 → 100644
nnvm/examples/README.md
0 → 100644
nnvm/python/nnvm/testing/mobilenet.py
0 → 100644
nnvm/tutorials/README.txt
0 → 100644
nnvm/tutorials/mobilenet_inference_gpu.py
0 → 100644
Please register or sign in to comment