Skip to content

wide-resnet N=6 not equivariant #101

@PengzhenChan

Description

@PengzhenChan

I was using the wide-resnet to test the equivariance of rotations of 60 degree, and I set the parameter 'N'=6. to test the equivariance, i transformed the input like this
`elements = m.gspace.testing_elements

in_type = enn.FieldType(m.gspace, [m.gspace.trivial_repr] * 3)

t = enn.GeometricTensor(x, in_type)


x = torch.cat([t.transform(el).tensor for el in elements], dim=0)`

the resulted turned out to be equivariant when rotation is 180 degrees, but not equivariant under rotations of 60 and 120. I used the Maskmodule in the resnet to maintain the equivariance,but it was not effective. anything special to pay attention to about this wide-resnet in your example? Appreciate your response!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions