mish-cuda icon indicating copy to clipboard operation
mish-cuda copied to clipboard

Performance gain vs normal way implementation

Open anhle-uet opened this issue 5 years ago • 1 comments

I'm not familiar with CUDA programming. Could you explain a little bit about the key factors in this implementation that brings performance gain? Thanks a lot!

anhle-uet avatar Jan 07 '20 17:01 anhle-uet

@anhle-uet The performance in terms of generalization capability of the network is mirrored for both the normal implementation and the CUDA implementation, however, the CUDA implementation is much faster.

digantamisra98 avatar Nov 07 '20 18:11 digantamisra98