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
So if I just want to put a layer in the residuum connection, squeeze_abode _layer ok?
`
if residual :
if a.shape[-1] != b.shape[-1]:
a = squeeze_abode _layer (a,class_number,ratio,layer_number)
b = b+a
else:
b = b+a
`
I am not sure how to set ratio and layer_number parameters
The text was updated successfully, but these errors were encountered:
So if I just want to put a layer in the residuum connection, squeeze_abode _layer ok?
`
if residual :
if a.shape[-1] != b.shape[-1]:
a = squeeze_abode _layer (a,class_number,ratio,layer_number)
b = b+a
else:
b = b+a
`
I am not sure how to set ratio and layer_number parameters
The text was updated successfully, but these errors were encountered: