You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepSet: Adapt output dimension of invariant module inside the equivariant module (#557) (#561)
* adapt output dim of invariant module in equivariant module
See #557. The DeepSet showed bad performance and was not able to learn
diverse summary statistics. Reducing the dimension of the output of the
invariant module inside the equivariant module improves this, probably
because the invidividual information of each set member gains importance
compared to the shared information provided by the invariant module.
There might be better settings for this, so we might update the default
later on. However, this is already an improvement over the previous
setting.
* DeepSet: adapt docstring to reflect code
0 commit comments