neural-subgraph-learning-GNN
No description available.
File Explorer
Download Latest Version (.zip)- Analyze Embeddings-checkpoint.ipynb
- Visualize Graph Statistics-checkpoint.ipynb
- Analyze Embeddings.ipynb
- analyze_pattern_counts.py
- count_patterns.py
- Visualize Graph Statistics.ipynb
- model.pt
- combined_syn.py
- data.py
- feature_preprocess.py
- models.py
- utils.py
- alignment.py
- config.py
- hyp_search.py
- test.py
- train.py
- config.py
- decoder.py
- search_agents.py
- .gitignore
- README.md
- requirements.txt
- run.sh
# Installation Guide
1. Get the code
git clone https://github.com/snap-stanford/neural-subgraph-learning-GNN
Downloads the entire project code from GitHub to your computer.
cd neural-subgraph-learning-GNN
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
