Skip to content

Commit bf46ba1

Browse files
committed
[DOCKER][FRONTEND] Run DarkNet tests
1 parent d9dc65f commit bf46ba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/scripts/task_python_frontend.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ python3 -m nose -v nnvm/tests/python/frontend/tensorflow || exit -1
3030
echo "Running nnvm CoreML frontend test..."
3131
python3 -m nose -v nnvm/tests/python/frontend/coreml || exit -1
3232

33+
echo "Running nnvm DarkNet frontend test..."
34+
python3 -m nose -v nnvm/tests/python/frontend/darknet || exit -1
35+
3336
echo "Running relay MXNet frontend test..."
3437
python3 -m nose -v tests/python/frontend/mxnet || exit -1
3538

0 commit comments

Comments
 (0)