
#Training Dataset Generation
bash run_gen_data.sh

#Run training/evaluation
export PYTHONPATH="$PYTHONPATH:/path/to/project"
python3 main.py

#Further instructions
1)Don't forget to make data paths compatible throughout the data generation/ training pipeline.
2)The default configs are those we used for the experiment presented in the paper.