Skip to content

How should i set the seminorm option like it is in the torchdiffeq? #209

Open
@chansigit

Description

In torchdiffeq, odeint has a adjoint option to turn on seminorm? how should i pass parameters to the seminorm option in torchdyn? Merely passing a True gives an error.

dyn_odeint( f=Func, x=z0, t_span=dt_list, solver=self.odesolver, atol=self.atol, rtol=self.rtol, seminorm=True)

Activity

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

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions