Danny Friar
Danny Friar
Related issues: - https://github.com/cornellius-gp/gpytorch/issues/1826 - https://github.com/cornellius-gp/gpytorch/issues/1951
The test failure is when calling the `predict` method of the deep GP multitask example. Possibly related to this issue https://github.com/cornellius-gp/gpytorch/issues/1892?
An example here that illustrates the issue clearly. ``` import torch import gpytorch from torch.profiler import profile, ProfilerActivity from torch.utils.data import DataLoader, TensorDataset N = 4567 M = 123 X...
@gpleiss were you able to take a look at this?
Thanks @gpleiss!
@justinchuby sure I've added that now
These docs also still reference the API described here https://github.com/wandb/wandb/issues/6184 which seems like it was removed a few months ago.
> @gpleiss Thanks for the detailed review l. It all sounds good except for possibly the constructor which I need to think about. I am traveling right now but should...
That's interesting. Yeah I'm definitely running version `0.20.26`. I originally found this about 6 months ago and at the time I was unable to repro on a mac too. I...
 This is what I get with `use_pyarrow=False`. Everything else is the same as above