Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 463 Bytes

INSTALLATION.md

File metadata and controls

25 lines (18 loc) · 463 Bytes

create new miniconda environment

conda create --name torchgraphs python=3.10 --channel conda-forge
conda activate torchgraphs

install libs

conda install torchsparse pytorch_geometric matplotlib pyvis bs4 --channel conda-forge
pip install torch-scatter torch-cluster torch-spline-conv igraph

unzip training/test data

./install_dataset.sh

run training

python phishGNN/training.py

CRAWLER

setup MongoDb