NSAPH-Projects / topological-equivariant-networks

E(n)-Equivariant Topological Neural Networks
MIT License
24 stars 1 forks source link

Normalization of geometric features #28

Closed gdasoulas closed 6 months ago

gdasoulas commented 8 months ago

Geometric features live in diverse scales. We need to normalize them to the same or similar scales.

ekarais commented 6 months ago

Addressed in #46. Geometric features are now normalized in the beginning of the forward pass of TEN, by using batch normalization.