#Download Link for darcy flow dataset in PDEBench
https://darus.uni-stuttgart.de/file.xhtml?fileId=133219&version=8.0

We only need the domain parition (input) of this dataset

#Training Dataset Generation
python3 data_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 we used for the experiment presented in the paper.