conda create -n leap python=3.9
conda activate leap
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
pip install dgl==1.0.1+cu117 -f https://data.dgl.ai/wheels/cu117/repo.html
pip install -r requirements.txt
Please unzip "data.zip" file first.
cd LEAP_OP1
sh Train_LEAP_OP1.sh
cd LEAP_OP2
sh Train_LEAP_OP2.sh
cd LEAP_MEF
sh Train_LEAP_MEF.sh
Inspired by SeCoGD, we build LEAP_OP1.
Inspired by Glean, we build LEAP_MEF.