djl
djl copied to clipboard
Does DJL have a gnn?
Does DJL have a gnn?
If you mean something like a GAN, then there is an example: https://docs.djl.ai/examples/docs/biggan.html
Like tf-gnn
We don't currently have helpers for graph neural networks, but you should be able to implement them assuming the base engine supports them. Are you able to share your use case for gnns?
I need a tf-gat like gnn in java, thanks.
https://github.com/tensorflow/gnn/blob/main/tensorflow_gnn/graph/keras/layers/gat_v2.py
Or all other gnn in java.