Is this the problem about graphic card
Show older comments
I am using "Object Detection Using Faster R-CNN Deep Learning" example code. In this code, the convolution layer and the pooling layer are slightly modified by me. My graphics card is the GTX660.
I tested with two sets of data. The total size of A data is 290MB and the total size of B data is 23MB.
I monitored the load of the graphics card to see if there was a problem with the graphics card. A data in this code yields the following results. MATLAB appeared busy for more than 30 minutes in the status window. At that time, only 1 to 3% of the graphics card load was available. When the code halted with an error indication of out-of-memory, the load instantly reached 100%.

And, B data in this code yields the following results. The numbers processed within 30 minutes appear on the screen. At this time, the load of the graphics card was between 70% and 90%.

What I'm curious about is: When I using A data, the graphical load initially reaches 1% to 3% but suddenly reaches 100%.
Please, Somebody help me.
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!