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
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I am testing the Conv with 'depthwise_3x3' engine in Caffe2. My caffe2 is installed from source. I constructed one layer network which contains only one group convolution layer with input size (1,100,600,600) and kernel size (100,1,3,3), group=100. However, when I specify the engine to be 'depthwise_3x3', the speed is the same with engine 'cudnn' (or '" ""' or anything others). It seems that the argument 'engine=' does not work.
The text was updated successfully, but these errors were encountered:
I am testing the Conv with 'depthwise_3x3' engine in Caffe2. My caffe2 is installed from source. I constructed one layer network which contains only one group convolution layer with input size (1,100,600,600) and kernel size (100,1,3,3), group=100. However, when I specify the engine to be 'depthwise_3x3', the speed is the same with engine 'cudnn' (or '" ""' or anything others). It seems that the argument 'engine=' does not work.
The text was updated successfully, but these errors were encountered: