GeometricFlux.jl
GeometricFlux.jl copied to clipboard
Geometric Deep Learning for Flux
First of all, thank you so much for the great work! I am wondering if there is support for the "gUnpool" layer mentioned in this paper [Graph U-Nets](https://arxiv.org/pdf/1905.05178.pdf). Thank you!
- [ ] Clifford convolutional layers (`CliffordConv`) - [ ] Clifford Fourier transform (should go to NeuralOperators.jl) - [ ] Clifford Fourier Operator (`CFNO`) (should go to NeuralOperators.jl) > Ref....
This pull request sets the compat entry for the `Statistics` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
The links to the tutorials at [https://fluxml.ai/GeometricFlux.jl/stable/geometricflux/stable/tutorials/](https://fluxml.ai/GeometricFlux.jl/stable/geometricflux/stable/tutorials/) are all broken.
In the documentation, code is given that does not run. The problem is that the node feature matrix is transposed vs. what it should be. Example given: ```julia fg =...
### Package Version [7e08b658] GeometricFlux v0.13.7 ### Julia Version 1.8.0 ### OS / Environment MacOS 12.6 Monterey, M1 Mac. Ubuntu based Linux (on Headless Server). ### Describe the bug When...
### Motivation and description I'm looking for a GNN package and found both GraphNeuralNetworks.jl and GeometricFlux.jl. A summary of the differences between the two packages in the README would be...