sun0717
Results
1
issues of
sun0717
class C3STR(C3): # C3 module with SwinTransformerBlock() def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5): super().__init__(c1, c2, c2, n, shortcut, g, e) c_ = int(c2 * e) num_heads = c_...