marcoabreu commented on a change in pull request #11908: Fix shared memory with 
gluon dataloader, add option pin_memory
URL: https://github.com/apache/incubator-mxnet/pull/11908#discussion_r205969375
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -850,8 +850,9 @@ try {
                 xcopy C:\\mxnet\\model model /E /I /Y
                 call activate py2
                 pip install mock
-                set PYTHONPATH=${env.WORKSPACE}\\pkg_vc14_cpu\\python
-                del /S /Q ${env.WORKSPACE}\\pkg_vc14_cpu\\python\\*.pyc
+                set PYTHONPATH=${env.WORKSPACE}\\python
+                for /r %%i in (*.dll) do xcopy /Y /C "%%i" .\\python\\mxnet\\
 
 Review comment:
   Would this maybe be a better fit for our makefile and cmakelists?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to