# Please put all pdbs and data.csv in the dataset directory, which should be set in the yaml file.
python script/train.py -c config/V5/gearnet_edge.yaml
Inference
# Put all pdb files in the <path_to_dataset>
python script/inference.py -c config/V5/gearnet_edge.yaml --ckpt <path_to_ckpt> --dataset <paht_to_dataset>