File: README.md

package info (click to toggle)
pytorch-geometric 2.6.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,904 kB
  • sloc: python: 127,155; sh: 338; cpp: 27; makefile: 18; javascript: 16
file content (10 lines) | stat: -rw-r--r-- 701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# JIT Examples

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

| Example                | Description                                                       |
| ---------------------- | ----------------------------------------------------------------- |
| [`gcn.py`](./gcn.py)   | JIT compilation in `GCN`                                          |
| [`gat.py`](./gat.py)   | JIT compilation in `GAT`                                          |
| [`gin.py`](./gin.py)   | JIT compilation in `GIN`                                          |
| [`film.py`](./film.py) | JIT compilation in [`GNN-FiLM`](https://arxiv.org/abs/1906.12192) |