Training datasets
This page covers dataset management for training and evaluation runs.
Generating datasets from scratch can be computationally expensive because it requires many FEM solves.
Precomputed datasets are available via Zenodo:
https://zenodo.org/records/15800768
Directory layout
Place the downloaded dataset files under the repository root data/ directory:
MeshStudioAI/
└── data/
└── <your_downloaded_data_here>
If data/ does not exist yet, create it.