Ioannis Mandralis

Results 8 comments of Ioannis Mandralis

Hi Tim. Thank you for your response. Here is a minimal non working example: ``` import casadi as cs import torch import l4casadi as l4c from typing import Optional class...

Hi Tim, Have you had a chance to check out the non-working example and any ideas on how I can make it work ? Best, Ioannis

Hi Tim. I reinstalled l4casadi using the new no_data_dependent_error branch. However the code you revised still fails since it cannot compute the jacobian or hessian, even though it can compute...

This works when I upgrade to torch==2.3.0 ! Thanks for the help. I will be testing whether this is functionally the same thing and letting you know before I close...

When testing the no_data_dependent_error branch of l4casadi with torch==2.3.0 I found that the conditional variational auto encoder works in its original implementation (the one I posted first). It seems that...

Hi Tim, This fix was working great until I tried using the CVAE model with the RealTimeL4CasADi class. Now the model fails again with the same data dependent control flow...

Hi Tim, thanks again for your support. This now works, but if you try to run a batch through the model a new error comes up i.e. if you replace...

I am not sure if having the same randomness for every element of the batch gives the desired functionality for the CVAE. In any case you are right that this...