se3-transformer-pytorch
se3-transformer-pytorch copied to clipboard
Linear layer
Is there a way to add an equivariant linear layer as a head? It would be great if you could put a minimal example.
Any linear layer w/o bias is going to be equivariant. you can just use LinearSE3(fiber_in, fiber_out)