FluxML / GeometricFlux.jl

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

Add AbstractGraphLayer for layers that accept graphs #205

Closed yuehhua closed 3 years ago

yuehhua commented 3 years ago

Introduce new abstraction for layers that accept graphs such that layer constructors or forward pass could have the same APIs.

yuehhua commented 3 years ago

It seems suffered from the same issue as #195