Skip to content

Files

bpp

GFACS for BPP

Dataset Generation

Generate the test and validation datasets.

$ python utils.py

Training

The checkpoints will be saved in ../pretrained/bpp.

Train GFACS model for BPP with $N nodes

$ python train.py $N

Testing

Test GFACS for BPP with $N nodes

$ python test.py $N -p "path_to_checkpoint"