We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dc65f commit bf46ba1Copy full SHA for bf46ba1
tests/scripts/task_python_frontend.sh
@@ -30,6 +30,9 @@ python3 -m nose -v nnvm/tests/python/frontend/tensorflow || exit -1
30
echo "Running nnvm CoreML frontend test..."
31
python3 -m nose -v nnvm/tests/python/frontend/coreml || exit -1
32
33
+echo "Running nnvm DarkNet frontend test..."
34
+python3 -m nose -v nnvm/tests/python/frontend/darknet || exit -1
35
+
36
echo "Running relay MXNet frontend test..."
37
python3 -m nose -v tests/python/frontend/mxnet || exit -1
38
0 commit comments