Skip to content

How to choose the inputs and outputs of branch net and trunk net? #2

@LearnTo168Learn

Description

@LearnTo168Learn

Hi, thank you for your nice work and code!
I have a few questions about the code.

  1. In your PI_DeepONet_pendulum.ipynb,the input of branch net is u_train, the input of trunk net is y_train, and the final output is s_train, i am a little confused about how to choose the input and output. It seems that no supervised information about IC or boundary condition is needed!

u_train = random.uniform(key_u, (m,2), minval=-3, maxval=3)
y_train = np.zeros((P,))
s_train = u_train

  1. you have solved forword problems with your PI-DeepOnet, then is it possible to solve inverse problem with your framework ,such as paramter identification?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions