ConvNetSharp
ConvNetSharp copied to clipboard
How can i use more GPU usage?
Hi Thanks for your great works in ConvNetSharp! I ran your samples and saw that avg. of GPU usage was 15%, how can i use more GPU usage?
Hi, What is the size of your batch ? GPU should be better utilized when sending bigger batches.
I was set it into multiple values like 1024, 2048, 10000 but GPU usage had no change in overall.
Which sample did you run exactly ?
MinistDemo.GPU
I've run MinistDemo.GPU in Release mode and got this in VS2017 profiler:
I'm however not sure it represents reliably the GPU utilization.