File size: 285 Bytes
1da285f | 1 2 3 4 5 6 7 | # python batch_exp_first_stage.py -t interactable -sp ./dataset_int
# python batch_exp_first_stage.py -t semantics -sp ./dataset_sem
python batch_exp.py -t interactable -f det -d 0 -sp ./dataset_int
python batch_exp.py -t semantics -f det -d 0 -sp ./dataset_sem
python get_results.py |