Skip to content

Commit 39ef3a4

Browse files
Rename 'Training' to 'Model Training' and expand details
Updated section title and added details about model training process.
1 parent a58f268 commit 39ef3a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_projects/ms_thesis.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,15 @@ link: /projects/ms-thesis/
6464
<img src="https://sachdevakunal.github.io/images/ms_thesis/Operator_splitting_schematic.png" width="75%">
6565
</p>
6666

67-
## Training
67+
## Model Training
6868

6969
- The training data was generated using a 2D backward-facing step methane-air flame simulated with the DRM19 mechanism, providing diverse reacting-flow conditions.
7070
- A coarse-grid simulation was used to collect temporal snapshots of temperature and species fields, from which representative species were selected based on a cutoff mass-fraction threshold.
7171
- PCA was applied to the sampled snapshots to select diverse thermochemical states for training while reducing redundancy in the dataset.
7272
- Each sampled state was evolved through 0D constant-pressure reactors in Cantera to obtain time-series data for temperature and species evolution.
7373
- The DeepONet and RecNet models were built in JAX and trained on an NVIDIA RTX A6000 GPU using a two-stage process: pre-training followed by refined auto-regressive training.
7474
- Pre-training minimized short-step prediction error for physical consistency, while refined training increased rollout length by feeding the model’s own predictions back as inputs.
75+
76+
- <p align="center">
77+
<img src="https://sachdevakunal.github.io/images/ms_thesis/training_workflow.png" width="75%">
78+
</p>

0 commit comments

Comments
 (0)