AdrianSosic

Results 158 comments of AdrianSosic

Hi @Balandat, thanks for the quick reply. I know the hassle with `pytorch` (in fact, we've also globally silenced interaction warnings with it) but I think we need to distinguish...

I see, thanks for clarification 👍🏼 And sorry for confusion: I just noticed that we only ignored `gpytorch` imports in our `mypy.ini`. It seems for `pytorch` we don't get any...

Hi @Balandat. Thanks for the ping. I see that it's now available via the new release since our pipelines start to complain 😄 I'll have a look at it now...

Sure thing, done! Thanks for the help 🥇

Hi @suttergustavo and @saitcakmak 👋🏼 I was just going to open a similar issue, but then stumbled over this one here. Before commenting, here my minimal example. While I think...

> the issue is that currently we don't support instantiating index kernels with more tasks than we have data for. Hi @sdaulton, thanks for answer. I'm not sure if I...

> how should these tasks be handled? Well, I'm just sharing my thoughts here, so I won't get mad if you disagree 🙃 I'm looking at this mostly from a...

Perhaps one more thought regardless of anything above. I think what is suboptimal in terms of responsibilities: The following line from my example simply used to work earlier on: ```python...