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'
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'