issues
search
rtqichen
/
torchdiffeq
Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
MIT License
5.61k
stars
930
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Set default dtype
#256
varunagrawal
closed
1 week ago
1
"nextafter_cuda" not implemented for 'Half'
#255
maxin-cn
opened
1 month ago
0
Solvers for stiff problem
#254
HoangMinhPhan
opened
2 months ago
1
How do I use a solver when input and output shapes don't match?
#253
will-rice
closed
3 months ago
0
Enabling Mixed Precision Training for Your Model
#252
xwqtju
opened
5 months ago
0
A warning message when there is only 1 evaluation point provided would be helpful
#251
lcdavis13
opened
5 months ago
0
Question about the gradient of `odeint`
#250
Hank0626
opened
5 months ago
0
Scipy LSODA for stiff ODE
#249
janrohleff
opened
7 months ago
1
Perform one integration step
#248
JackCaster
opened
8 months ago
2
Bug: Memory Leaky with from torchdiffeq import odeint
#247
wangmiaowei
opened
9 months ago
1
How to pass extra paramaters of func to odeint?
#246
shifttttttt
opened
10 months ago
3
Typo in paper (?)
#245
p0p4k
opened
11 months ago
1
underflow in dt nan
#244
huanranchen
closed
6 months ago
4
runtime of ode_demo.py using adjoint vs. not using it
#243
matibilkis
opened
1 year ago
1
Non uniform time step in example/ode_demo.py
#242
zhengqigao
opened
1 year ago
0
Why odeint sometimes provides a wrong solution?
#241
Bill-Gots
closed
1 year ago
5
How to work with control namely PID controller
#240
Tomke997
opened
1 year ago
0
How to use the summary function for model description?
#239
agjignesh
opened
1 year ago
0
Initial Condition changes when calling the odeint_adjoint
#238
agjignesh
closed
1 year ago
0
Is func variable in odeint(func, y0, t) the derivative part of the ode?
#237
erwusht
opened
1 year ago
0
Low percentage
#236
EleniMichaelidou
closed
1 year ago
0
Export to ONNX?
#235
bryanhpchiang
opened
1 year ago
0
Integrate Forced Andronov-Hopf Bifurcation
#234
iranroman
opened
1 year ago
3
todo:debug
#233
mbaddar1
closed
1 year ago
0
reuse solver object
#232
florian98765
opened
1 year ago
0
Making forward function different than backward function
#231
orodrigoaraizabravo
opened
1 year ago
0
code for reproducing Fig. 8
#230
chenyuqi990215
opened
1 year ago
0
learn_physics.py is very bad.
#229
XiaoZhang-NN
opened
1 year ago
0
RuntimeError: Mismatch in shape: grad_output[0] has a shape of torch.Size([1, 2404, 4]) and output[0] has a shape of torch.Size([1, 1963, 4]).
#228
OswaldoBornemann
opened
1 year ago
0
Can odeint_adjoint solve parametric ODEs?
#227
mayar-shahin
opened
1 year ago
3
RuntimeError in odeint_adjoint
#226
chooron
opened
1 year ago
1
real is not implemented for tensors with non-complex dtypes
#225
PengleiGao
opened
1 year ago
2
How to use event function when each time is to be pre-processed differently?
#224
xlk369293141
opened
1 year ago
1
Add torch.float32 support for Apple M1
#223
SteffenPL
opened
1 year ago
1
Proposal: Adding additional explicit solvers
#222
westny
opened
1 year ago
0
`event_fun` with multiple initial conditions
#221
roflmaostc
closed
1 year ago
1
forward() takes 2 positional arguments but 3 were given
#220
tomzhu0225
closed
1 year ago
3
odeint with torch.ComplexFloatTensor arguments
#219
sriharikrishna
closed
1 year ago
6
Initial augmented state on time
#218
rkqzw
opened
1 year ago
2
Unable to use vmap on a function containing the ode solver
#217
adam-hartshorne
opened
1 year ago
1
Can you provide a detailed example or description of odeint_adjoint?
#216
rid-sun
closed
1 year ago
2
[FFJORD] How to sample from vae flow?
#215
bfs18
opened
1 year ago
0
Can torchdiffeq provide support for stiff ordinary differential equations?
#214
Shirley-Ying
opened
2 years ago
1
ComplexFloat implementation
#213
itrosen
opened
2 years ago
5
Question about latent_ode.py noise_std?
#212
Yunyi-learner
opened
2 years ago
0
adjoint method breaks after reaching certain performance
#211
Lancial
opened
2 years ago
0
Manually reject step from ODE function with adaptive step solvers
#210
slishak
opened
2 years ago
0
No grad_fun error for Adjoint method!
#209
nkur
closed
2 years ago
6
Training an Event Function
#208
rrm45
opened
2 years ago
4
Optimization question for input-conditioned dynamics
#207
qu-gg
closed
2 years ago
2
Next