Back to Pytorch Geometric

JIT Examples

examples/jit/README.md

2.7.0700 B
Original Source

JIT Examples

This directory contains examples demonstrating the use of Just-In-Time (JIT) compilation in different GNN models.

ExampleDescription
gcn.pyJIT compilation in GCN
gat.pyJIT compilation in GAT
gin.pyJIT compilation in GIN
film.pyJIT compilation in GNN-FiLM