Russell Dinnage
Russell Dinnage
I don't know why Windows isn't supported in this package. Would you accept a pull request to add Windows support? It doesn't appear to be difficult but perhaps there is...
Hi @egillax, glad this will get some use. I got really busy with other stuff and don't know when I will be able to get back to implementing functional (if...
Eek! I totally forgot about this. Apologies, I will get on it as soon as possible.
It turns out this would be handy to have for autograd functional (#738 ), so I can add this functionality as part of the PR for that. It should be...
Just adding a reference to the `is_sparse()` function in C++ so I don't forget where it is (curious that the Python interface doesn't use this and instead uses the `layout`...
Just having another look at the Python version of this. Interestingly the `jacobian()` function here: https://github.com/pytorch/pytorch/blob/00ebbd5ef640f5647400c0a4cb75c4e1f1f539ef/torch/autograd/functional.py#L481, has a `'forward-mode'` option, which used forward mode AD for the jacobian. I honestly...
I'm getting set to make a start on this and wanted to ask what prefix would be good for the autograd.functional functions? `autograd_functional_` seems a little long to me. Following...
Hi @rgiordan . Yes, I started working on this a while ago but then got pulled away by another project. I could certainly use help.. I've been working on this...
Hi @Flaiba , Thanks for the detailed bug report. I believe the problem here is that your formula is not getting translated into an `INLA` formula properly, and it's because...
Hi @Flaiba , Thanks for giving that a try. After the error occurs, could you run `traceback()` and paste the results here? It would also be helpful if you could...