↓ 1 callersFunctionrk2_step_funcbutcher_tableu should be of the form [ [0 , 0 , 0 ], [c_2, a_{21}, 0 ], [0 , b_1 , b_2 ], ] ht
torchdiffeq/_impl/rk_common.py:142
↓ 1 callersFunctionrk3_step_funcbutcher_tableu should be of the form [ [0 , 0 , 0 , 0], [c_2, a_{21}, 0 , 0], [c_3, a_{31}, a_{32},
torchdiffeq/_impl/rk_common.py:121
Method__init__(self, func, y0, rtol, atol, min_step=0, max_step=float('inf'), solver="LSODA", **unused_kwargs)
torchdiffeq/_impl/scipy_wrapper.py:9
Method__init__(self, func, y0, rtol, atol,
min_step=0,
max_step=float('inf'),
torchdiffeq/_impl/rk_common.py:166
Method__init__(self, func, y0, rtol=1e-3, atol=1e-4, implicit=True, max_iters=_MAX_ITERS, max_order=_MAX_ORDER,
torchdiffeq/_impl/fixed_adams.py:167
Method__init__(self, func, y0, step_size=None, grid_constructor=None, interp="linear", perturb=False, **unused_kwargs)
torchdiffeq/_impl/solvers.py:55
Method__init__(self, dim_in, dim_out, ksize=3, stride=1, padding=0, dilation=1, groups=1, bias=True, transpose=False)
examples/odenet_mnist.py:78