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
in file model.py , your function conv3x3() is a simple 2d convolution , but I found it should be depthwise conv according to the paper , the computation cost is totally different
in file model.py , your function conv3x3() is a simple 2d convolution , but I found it should be depthwise conv according to the paper , the computation cost is totally different