#PDE Coef Generation
bash run_coeff_gen.sh

#Training Dataset Generation
python3 solutions_gen.py 

#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 that were used in the paper.