Open chansigit opened 8 months ago
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)
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)