[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-20 Thread GitBox
tomoncle commented on issue #15254: 
mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?
URL: 
https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-504288762
 
 
   Thank you all so much for your warm support, including many constructive 
advice.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-18 Thread GitBox
tomoncle commented on issue #15254: 
mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?
URL: 
https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-503412935
 
 
   ## I'm testing a small example of using mxnet to detect entities and then 
tag specific locations. The specific processing logic is as follows:
   
   * 1.  Use OpenCV to read the video of each frame and save it as a picture 
stream
   
   * 2.  Then the pictures are processed by mxnet to be pictures with position 
and object labeled.
   
   * 3.  Then it is echoed to the screen through opencv.
   
   
   
   **Question** :  Processing speed is general, there is no change in the use 
of GPU. I wonder if there is something wrong with my processing logic. Do you 
have any good suggestions?
   
   Sample code [click 
this](https://github.com/tomoncle/mxnet-spring-samples/blob/master/mxnet-spring-samples-camera-detecte/src/main/java/com/tomoncle/mxnet/camera/Application.java)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-18 Thread GitBox
tomoncle commented on issue #15254: 
mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?
URL: 
https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-503409394
 
 
   @piyushghai  Thank you very much for your explanation, this has solved my 
problem.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-17 Thread GitBox
tomoncle commented on issue #15254: 
mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?
URL: 
https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-502906535
 
 
   **Thank you all. I lowered the CUDA version(9.2), and now it's OK. 
   But my code can't use GPU. Do you have any suggestions?**
   
   ```java
   @Test
   public void testGPU(){
System.out.println(System.getenv().containsKey("SCALA_TEST_ON_GPU"));
   }
   
//  result is false.
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services