# data
python script_process.py --datadir superblue_0425_withHPWL/superblue6
python script_process.py --datadir superblue_0425_withHPWL/superblue7
python script_process.py --datadir superblue_0425_withHPWL/superblue9
python script_process.py --datadir superblue_0425_withHPWL/superblue14
python script_process.py --datadir superblue_0425_withHPWL/superblue16
python script_process.py --datadir superblue_0425_withHPWL/superblue19

python script_process.py --datadir superblue_0425_withHPWL/superblue2
python script_process.py --datadir superblue_0425_withHPWL/superblue3
python script_process.py --datadir superblue_0425_withHPWL/superblue11
python script_process.py --datadir superblue_0425_withHPWL/superblue12

python script_hpwl_generate_data.py

# Ours
python script_hpwl.py --name hyper
python script_hpwl.py --name hyper-topo --topo_geom topo

# LHNN
python script_hpwl_LHNN.py --name LHNN

# Net2
python script_hpwl_net2.py --name MLP --model mlp
python script_hpwl_net2.py --name Net2f --model net2f
python script_hpwl_net2.py --name Net2a --model net2a
python script_hpwl_net2.py --name MLP --model mlp --topo_geom topo
python script_hpwl_net2.py --name Net2f --model net2f --topo_geom topo
python script_hpwl_net2.py --name Net2a --model net2a --topo_geom topo

# eval
python script_hpwl.py 
