equivariant-MLP icon indicating copy to clipboard operation
equivariant-MLP copied to clipboard

A library for programmatically generating equivariant layers through constraint solving

Results 5 equivariant-MLP issues
Sort by recently updated
recently updated
newest added

Hello Marc, thanks for your work! Using your library, I want to implement a rotation equivariant MLP and apply it for roto-MNIST classification, where I rotate 2D digits and ravel...

I have an example in my book using `emlp` with the following syntax: ```py from emlp.reps import V from emlp.groups import SO, S # make product group G = SO(3)...

documentation
enhancement

It appears loading up an EMLP models saved with `objax.io.save_var_collection` yields slightly different predictions than the original model. ```python import emlp from emlp.groups import SO from emlp.reps import T,V import...

bug

Hello, it's a great project! I tried to use the `EMLP` with dm-haiku, and I write two version of codes in different ways. The first is directly using the `emlp.nn.haiku`,...

First, thanks for the great work! This is really helpful in several ways. While playing with your code, I encountered random behaviors of emlp, and figured that it is caused...