[ 
https://issues.apache.org/jira/browse/MXNET-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391529#comment-16391529
 ] 

ASF GitHub Bot commented on MXNET-34:
-------------------------------------

marcoabreu commented on a change in pull request #9963: [MXNET-34] Onnx Module 
to import onnx models into mxnet
URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173225245
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -649,7 +649,20 @@ try {
   }
 
   stage('Integration Test') {
-    parallel 'Python GPU': {
+       parallel 'Python CPU': {
+      node('mxnetlinux-cpu') {
+        ws('workspace/it-python-cpu') {
+          init_git()
+          unpack_lib('cpu')
+          timeout(time: max_time, unit: 'MINUTES') {
+            sh "${docker_run} cpu --dockerbinary docker PYTHONPATH=./python/ 
python tests/python/integrationtest/onnx_backend_test.py"
+            sh "${docker_run} cpu --dockerbinary docker PYTHONPATH=./python/ 
python tests/python/integrationtest/test_layers.py"
 
 Review comment:
   If they're running nosetests, then that's the wrong command to execute them.
   
   For non-nose-tests please create a parallel directory to tests/python 
because all tests in tests/python are nosetests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Onnx Module to import onnx models into mxnet
> --------------------------------------------
>
>                 Key: MXNET-34
>                 URL: https://issues.apache.org/jira/browse/MXNET-34
>             Project: Apache MXNet
>          Issue Type: Task
>            Reporter: Rajan
>            Priority: Major
>
> This module tries to import onnx models into mxnet.
>  
>  
> Github pull request: [https://github.com/apache/incubator-mxnet/pull/9963]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to