Muhammad Bilal Shahid
Muhammad Bilal Shahid
The package is not compatible with Carla 0.9.11. I am having this issue: `AttributeError: 'LidarDetection' object has no attribute 'x'` I will install 0.9.6 now
I have the same question
Hello there. How do you access inducing points via prediction? My understanding says that when we pass inducing points to the model with custom initialization, the model learns the inducing...
@gpleiss I got the error while using the VNNGP at the prediction time. My data is already normalized.
Same question
I am facing the same issue and crashes. Hardware: MacBook Pro M1 2020 OS: Sonoma 14.1.1
I am getting the same error while running the demo `neural_cde.ipynb`. Did you find a fix for that? `TypeError: Argument 'Zero(ShapedArray(float0[32]))' of type '' is not a valid JAX type`
@patrick-kidger I have two questions: 1. Is there any way to use any version of Diffrax with a compatible version of JAX until we get a new release? 2. I...
@johannahaffner Thanks. `pip install "jax[cuda12]==0.5.2"` works with `diffrax 0.4.0`. The example `neural_cde.ipynb` is working now.
@johannahaffner Thanks. I was getting a warning with `diffrax 0.4.0`. By upgrading to `diffrax 0.7.0`, I no longer see that warning.