Daniil Kazantsev
Daniil Kazantsev
Thanks @paskino, are you currently running CPU 3D regularisers or the GPU one? I can confirm only that I saw it with GPU. I'll come back to it later today,...
Great, are you guys planning to distribute your packages through `PyPI` as well or have `pyproject.toml`-based installation to go into pre-existing conda environment? One liner for `pip install` sounds good,...
@paskino this PR covers #206 #208 and #207 issues. - CuPy modules are getting installed correctly during conda build - unittest replaced by pytests and extended to 3D (additional `--runcupy`...
> In CIL we run some tests with the regularisation toolkit, see https://github.com/TomographicImaging/CIL/blob/master/Wrappers/Python/test/test_PluginsRegularisation.py That should still work I guess. > CuPy is not a pre-requisite in our CI https://github.com/TomographicImaging/CIL/blob/b3d8ffeeec9413a3b54264e4097a445d2ef5b88b/recipe/meta.yaml#L33-L42 I...
hi, any progress with this PR? As with minimal dependencies package I'd also like to add a PyPi uploading, will do in a separate PR after this merged. thanks
Hi, I haven't tested it for color images directly. Is that a N x M x 3 image you provide as an input? If yes, then it will be treated...
makes sense. this might be useful for 2D+time or 3D+time methods that I'd like to add at some point. May be then I could rethink the idea. The idea of...
OK, so if we take cudatoolkit from conda as a dependency then can we use it to build the package? If we can then I'd guess it is the preferred...
I guess this is obsolete now...
OK. I'm slowly moving to a 4D project at Diamond, hopefully will start adding some new modules here as well.