Graph-ViT-MLPMixer
Official Implementation of ICML 2023 paper: "A Generalization of ViT/MLP-Mixer to Graphs"
File Explorer
Download Latest Version (.zip)- exp.py
- pe.py
- peptides_functional.py
- peptides_structural.py
- sr25.py
- tree_dataset.py
- __init__.py
- elements.py
- feature_encoder.py
- gMHA_graphormer.py
- gMHA_gt.py
- gMHA_hadamard.py
- gMHA_wrapper.py
- gnn.py
- gnn_wrapper.py
- mlp_mixer.py
- __init__.py
- subgraph_extractors.py
- __init__.py
- asam.py
- config.py
- get_data.py
- get_model.py
- log.py
- model.py
- train_helper.py
- transform.py
- GRAPHSAT.pkl
- sr251256.g6
- cifar10.yaml
- csl.yaml
- exp.yaml
- mnist.yaml
- molhiv.yaml
- moltox21.yaml
- peptides_func.yaml
- peptides_struct.yaml
- sr25.yaml
- tree_neighbour.yaml
- zinc.yaml
- cifar10.yaml
- csl.yaml
- exp.yaml
- mnist.yaml
- molhiv.yaml
- moltox21.yaml
- peptides_func.yaml
- peptides_struct.yaml
- sr25.yaml
- tree_neighbour.yaml
- zinc.yaml
- cifar10.py
- csl.py
- exp.py
- mnist.py
- molhiv.py
- moltox21.py
- peptides_func.py
- peptides_struct.py
- sr25.py
- tree_neighbour.py
- zinc.py
- .gitignore
- license.md
- README.md
- run.sh
# Installation Guide
1. Get the code
git clone https://github.com/XiaoxinHe/Graph-ViT-MLPMixer
Downloads the entire project code from GitHub to your computer.
cd Graph-ViT-MLPMixer
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ogb
Installs the package published on PyPI directly โ no need to clone the source.
pip install yacs
Installs the package published on PyPI directly โ no need to clone the source.
pip install tensorboard
Installs the package published on PyPI directly โ no need to clone the source.
pip install networkx
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
