Operator Learning for Bubble Growth Dynamics
Sayan - LSTM + GRU analysis Tarun - Seq2Seq analysis Vivek - DeepONet analysis
Each folder has arch_m-value folders with respective analysis with varying m values.
For plots, each arch_m-value folder (eg: gru_20) has predictions folder which has
plots for different l values (length scale of the Gaussian Random Field).
To run DeepOnet:
pythontrain_don.pyTo run Seq2Seq:
pythontrain_seq.pyTo run LSTM/GRU:
pythontrain.pyLSTM20pythontrain.pyGRU20To run analysis on the trained data:
For DeepONet
jupyteranalyze.ipynbFor Seq2Seq
pythonanalyze_seq.pyFor LSTM/GRU
pythonanalyze.pyLSTM20pythonanalyze.pyGRU20