Home > other >  Why the GPU can be neural network speed?
Why the GPU can be neural network speed?

Time:09-24

Why the GPU can be neural network speed?

CodePudding user response:

On the one hand is the GPU for general computing support is more and more big; On the other hand is the present stage model are mainly composed of CNN, the CNN would eventually convolution operation, and the operation of the CNN is right support parallel computing algorithm, and of course many layers and support parallel computing; In addition, the GPU can share the load of CPU,
  • Related