Yann Dubois
Yann Dubois
+1. Out of curiosity, why not use the default behavior of pythons operands for any types? I.e. don't check the type (let python return its errors if need be) and...
Ok, I would personally just use python way of doing by returning ```python def interpolate_binary(a,b,op): return op(OmegaConf.to_container(a, resolve=True), OmegaConf.to_container(b, resolve=True)) ``` In which case both d1 and d2 would raise...
Thanks @UserName-AnkitSisodia! I think you might be right (I am taking a sum instead of marginalizing in the log space), but It's been a long time so I'll have to...
Awesome thanks for checking. Few comments: 1/ What do you mean by "+ve" and "-ve" ? What is ve ? 2/ Looking back at it it seems that I actually...
which is (I believe) exactly what you tested. - Does it also work for `is_mss =False`? - Just to be sure I understand, are you saying that with MSS this...
and qualitatively do you see any differences?
Awesome thanks Diane, a few others had open issues for that but there was no solutions (I don't actively work on that anymore). Do you think you could send a...
Hi Diane, Sorry, it's been a while so I don't remember all the design choices. It's not clear to me what structure of data you have. Are you saying that...
The small MIG is definitely (and unfortunately) something we always had in our experiments. Importantly, I got the same results when using [the author's implementation](https://github.com/rtqichen/beta-tcvae ). This is one of...
Yes it is, if you get an answer / insights please post it here. I would be interested + other people might be. And just to be clear, I have...