You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you evaluated the time performance of mobilenetv1 & v2?
I found that the bn layer and linear layer are very time consuming both in CPU-only and GPU-only cases. Is the eps setting really necessary for the BN layer?
The text was updated successfully, but these errors were encountered:
Try to use the DepthwiseConvolution layer instead of Convolution type, if the group parameter is not 1. The DepthwiseConvolution implementation can be found here
Hi shicai,
Have you evaluated the time performance of mobilenetv1 & v2?
I found that the bn layer and linear layer are very time consuming both in CPU-only and GPU-only cases. Is the eps setting really necessary for the BN layer?
The text was updated successfully, but these errors were encountered: