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
I wanted to thank you for such interesting work.
I wanted to ask what the difference between the IPs for conv layer is?
For eg: How are CONV2D_ACT_KP , CONV2D_ACT_Rect ,CONV2D_ACT_NoP, CONV2D_ACT_NoP_residual and CONV2D_ACT_NoP_variable different ?
Also what are the degrees of freedom they offer? Can I say use CONV2D_ACT_KP ,CONV2D_ACT_NoP interchangeably? Or does that always depend upon what layer the model is using?
The text was updated successfully, but these errors were encountered:
Helllo,
I wanted to thank you for such interesting work.
I wanted to ask what the difference between the IPs for conv layer is?
For eg: How are
CONV2D_ACT_KP
,CONV2D_ACT_Rect
,CONV2D_ACT_NoP
,CONV2D_ACT_NoP_residual
andCONV2D_ACT_NoP_variable
different ?Also what are the degrees of freedom they offer? Can I say use
CONV2D_ACT_KP
,CONV2D_ACT_NoP
interchangeably? Or does that always depend upon what layer the model is using?The text was updated successfully, but these errors were encountered: