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
How do you implement depthwise convolution in the paper? I know that right now tensorflow doesn't support group convolution so the naive way to achieve it is to write serial for loop between different groups. Obviously it will slow down the speed, I see your results that the forward speed is pretty fast so I'm wondering how you did it.
Thanks!
The text was updated successfully, but these errors were encountered:
How do you implement depthwise convolution in the paper? I know that right now tensorflow doesn't support group convolution so the naive way to achieve it is to write serial for loop between different groups. Obviously it will slow down the speed, I see your results that the forward speed is pretty fast so I'm wondering how you did it.
Thanks!
The text was updated successfully, but these errors were encountered: