Generate the test and validation datasets.
$ python utils.py
The checkpoints will be saved in ../pretrained/bpp
.
Train GFACS model for BPP with $N
nodes
$ python train.py $N
Test GFACS for BPP with $N
nodes
$ python test.py $N -p "path_to_checkpoint"