|
|
@@ -702,6 +702,7 @@ def test_module_compatible(): |
|
|
|
), "Add or delete attributes in Module class may break compatibility of pickle serialization" |
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.skip(reason="pytest aborted") |
|
|
|
def test_grou_norm(): |
|
|
|
class OriginGroupNormFunc(Module): |
|
|
|
def __init__(self, num_groups, num_channels, eps=1e-5, affine=True, **kwargs): |
|
|
|