Arnau Quera-Bofarull

Results 8 comments of Arnau Quera-Bofarull

@carlocab Am I correct in saying that your fix to this problem was reverted in vim-slime? I am using tmux + vim-slime and facing the same issue. Did you find...

Cool, I'll be happy to test the implementation once it's ready. I unfortunately don't have the expertise to contribute much to it in terms of code.

Hi @sooheon , I wonder if you got around this? I'm looking for a data structure similar to https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html , where I can do message passing on the specified edge...

The operator `aten::lgamma.out` is curently not yet implemented either.

> Remind me tomorrow. The library should be out by the end of the week. Reminder :)

Thank you for your quick and detailed answer. My current use case looks like: 1. Sample x from a vector of Bernoullis 2. Run x through an expensive but deterministic...

Thanks for pointing me to propagate, I did not know about it. It did actually caused a speed-up for the expensive part of the model, but I realized that the...

ok I may have a go at this and open an issue once I made a bit of progress