Matthieu Terris

Results 4 comments of Matthieu Terris

In case others stumble upon this: in my case, after failing to use finufft on arm64 (couldn't build from source), the easiest was to set an x86 environment (see e.g....

Hi @merminie, thanks for spotting this, this will be fixed shortly! :)

Hi @rajmadan96! I've checked but things seem ok. Out of curiosity, does the following work for you? ```python foo = torch.randn(1,3,128,128) denoiser = dinv.optim.prior.TVPrior(n_it_max=100) out = denoiser.prox(foo, sigma) ``` If...

Hi @rajmadan96! I am not sure how `model` was instanciated in your code; from the [example](https://deepinv.github.io/deepinv/auto_examples/optimization/demo_TV_minimisation.html#sphx-glr-auto-examples-optimization-demo-tv-minimisation-py), it is necessary to set a params_algo dictionary containing the regularization parameter and stepsize...