Note: This tutorial requires a manual installation of PyTorch. The standard SU2 Docker container does not include PyTorch to keep the image size small. Please run
pip install torch(or your preferred installation method) before executing these scripts.
This tutorial demonstrates how to couple SU2 with a PyTorch model using the Python Wrapper.