Commit 162eab44 by MORITA Kazutaka Committed by Haichen Shen

[DOCKER][FRONTEND] Run DarkNet tests (#2673)

* [DOCKER][FRONTEND] Run DarkNet tests

* update tests to pass CI
parent 3259e6b3
...@@ -36,6 +36,9 @@ python3 -m nose -v nnvm/tests/python/frontend/tensorflow ...@@ -36,6 +36,9 @@ python3 -m nose -v nnvm/tests/python/frontend/tensorflow
echo "Running nnvm CoreML frontend test..." echo "Running nnvm CoreML frontend test..."
python3 -m nose -v nnvm/tests/python/frontend/coreml python3 -m nose -v nnvm/tests/python/frontend/coreml
echo "Running nnvm DarkNet frontend test..."
python3 -m nose -v nnvm/tests/python/frontend/darknet || exit -1
echo "Running relay MXNet frontend test..." echo "Running relay MXNet frontend test..."
python3 -m nose -v tests/python/frontend/mxnet python3 -m nose -v tests/python/frontend/mxnet
......
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