v0.3.14
·
456 commits
to master
since this release
GraphNeuralNetworks v0.3.14
Closed issues:
- Explainer vs GeometricFlux (#81)
- Gradient of edge weights is nothing with fused e_mul_xj (#113)
- Roadmap to merge GeometricFlux.jl and GraphNeuralNetworks.jl (#132)
- Failed to compile PTX code (#133)
- GINConv not working on GPU when not all nodes are connected (#138)
- Batchnorm for Integers after GCNConv or GINConv on GPU (#140)
- Slow interaction with DataLoader (#141)
Merged pull requests:
- differentiable adjacency_matrix and degree (#123) (@CarloLucibello)
- remove cast rrule not needed anymore (#135) (@CarloLucibello)
- handle isolated nodes (#139) (@CarloLucibello)
- dataloader support for vector of graphs (#143) (@CarloLucibello)