Skip to content

A question for the physical residual #15

Description

@NightGlow0826

Hi,
Maybe the physical residual (computed by the governing vorticity equation) should be calculated by the denoised one rather than the noised one.
x = x0 * a.sqrt() + e * (1.0 - a).sqrt() flag = np.random.uniform(0, 1) if flag < p: output = model(x, t.float()) else: dx = voriticity_residual((x*x_scale + x_offset)) / x_scale
Adding noise would bring extra residual but that's irrelevant to the model.

Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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