Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 386 Bytes

File metadata and controls

7 lines (5 loc) · 386 Bytes

PyTorch Coupling Example

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.