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:
python train_don.pyTo run Seq2Seq:
python train_seq.pyTo run LSTM/GRU:
python train.py LSTM 20
python train.py GRU 20To run analysis on the trained data:
For DeepONet
jupyter analyze.ipynbFor Seq2Seq
python analyze_seq.pyFor LSTM/GRU
python analyze.py LSTM 20
python analyze.py GRU 20