Andreas Kirsch
Andreas Kirsch
If this bug was a person, it would be in primary school now 😅
It helps for the case of having a List and ImmutableObject changes. It doesn't help with deeper nesting (which we have, too), but it would be helpful already. For me,...
Oh yes, this is cool! :tada: I'm currently scramming towards some deadlines, but I'll get back to you next week. It looks very useful. I need to think about the...
Try not setting num_samples=3. Num_samples is the number of MC samples for samples configurations in the importance-weighted code path. Thanks, Andreas On Wed, Mar 23, 2022, 09:43 Akim Tsvigun ***@***.***>...
I cannot comment further for the time being sadly ☺️ On Wed, Mar 23, 2022, 12:10 Akim Tsvigun ***@***.***> wrote: > This does not seem to affect: the following code...
That's what the code is supposed to do. It should reraise exceptions though if the exception isn't matched against the ones we expect, which is missing. The flow is: if...
My uninformed guess would be that PyTorch changed the exception type that is being thrown. What's the full exception trace etc?
You're not using code from our repository? 😮 `calc_mean_covariance.py` is not one of our scripts 😄
Please ignore the above. The issue is that you're using the "wrong" PyTorch version and not the one the code was written for and that is fixed in the environment...
Well, to be fair, the stub is not the problem by itself. The problem is that you are using the *wrong* signature for the stub. The correct default signature as...