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
when I use models which has called groupblock.
The following error occured:
self.drop_path1 = DropPath(drop_path) if drop_path > 0. else nn.Identity()
TypeError: '>' not supported between instances of 'type' and 'float'
The text was updated successfully, but these errors were encountered:
Model = alt_gvt_base(pretrained=False)
when I use models which has called groupblock.
The following error occured:
self.drop_path1 = DropPath(drop_path) if drop_path > 0. else nn.Identity()
TypeError: '>' not supported between instances of 'type' and 'float'
The text was updated successfully, but these errors were encountered: