Hi Prof. Lu,
Thank you for your great code and dataset.
I want to apply deeponet to a multivariate system (e.g. containing u,v,p and others). How can I organize data and input them? For example, I'm using CartesianDeepONet, current data input for branch net is (n_samples, n_spatial_dims), how can I add more variables to it?
Thank you!