This repository includes training and evaluation codes for P-STMAE model and RNN baselines. The specific version of code for different datasets can be found in the corresponding branches.
Navigate to the desired branch of dataset and run the training script. For example, to train the P-STMAE model:
export PYTHONPATH='./'
python models/timae/train.pyThe shallow water dataset is simulated with the script utils/simulate_sw.py. The diffusion reaction and compressible Navier-Stokes dataset are downloaded from PDEBench project. The NOAA sea surface temperature dataset can be accessed from NOAA website.