Arnau Quera-Bofarull
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
Hi Sijin, Yes, it would be a good idea to do that. In practice, we make sure that that is the case in the input data, but it would be...
Hi Valeriu, Most of the memory is consumed in this list: https://github.com/IDAS-Durham/JUNE/blob/8535ee6045961f9959b6514c0815061497742776/june/groups/group/subgroup.py#L20 . I had a go at using fixed numpy arrays for the subgroup, the idea is that all...