Tom Vercauteren
Tom Vercauteren
These may also be of interest: https://github.com/faebstn96/trainable-bilateral-filter-source https://github.com/faebstn96/trainable-joint-bilateral-filter-source https://docs.monai.io/en/stable/networks.html#bilateralfilter
Note that the same holds with a slightly less trivial but still trivial case: ```python import torch import torchmin A = torch.eye(10) xtrue = torch.ones((10, 1)) b = A @...
For the record, I made a few changes here: https://github.com/cai4cai/torchsparsegradutils/blob/main/torchsparsegradutils/utils/lsmr.py
https://github.com/hSDB-instrument
Thanks. If the sparse matrix t_csr contains values that are equal to 0 in t_csr.values() I guess this would be different.
Out of scope for this issue but not sure where to ask otherwise. > Also, maskedtensor is now in core under [`torch.masked`](https://pytorch.org/docs/master/masked.html). We [just landed the docs](https://github.com/pytorch/pytorch/pull/84887) update, but it...
Thanks. Very helpful. Re 3, I created a new feature request here: https://github.com/pytorch/pytorch/issues/87448
On a related note, it it possible to get a generic implementation that would require the user to provide their own model with a suitable (weighted least squares) fitting function?
Thanks @leovinus2001. As discussed by @cpuhrsch in https://github.com/pytorch/pytorch/issues/77764#issuecomment-1472427272, my understanding is that the PyTorch team currently doesn't have the bandwidth to support the integration of additional platform-specific libraries to support...
Maybe a point of helpful clarification: What does MKL exactly mean in the context of PyTorch? If it's what is now refered to as [OneMKL](https://github.com/oneapi-src/oneMKL) then this doesn't seem to...