FluxML / GeometricFlux.jl

Geometric Deep Learning for Flux
https://fluxml.ai/GeometricFlux.jl/stable/
MIT License
350 stars 29 forks source link

Egnn #304

Closed emsal0 closed 2 years ago

yuehhua commented 2 years ago

Would you please move codes in src/layers/conv.jl to src/layers/groups.jl?

yuehhua commented 2 years ago

I am considering another design here. Maybe we can take two message-passing layers: one for node embedding, the other for coordinate embedding. From the paper equation (3)~(6), we can organize them into two message-passing layers:

For node embedding:

For coordinate embedding (4):

Thus, it form a nested message-passing layer.

yuehhua commented 2 years ago

@emsal0 Thank you so much!