Georg Schramm
Georg Schramm
Hi, (1) I just installed docker on my M1, and followed the pip install instructions [here](https://github.com/neuronflow/BraTS-Toolkit#installation) in a newly created conda env. Then I run the preprocessing example. (2) To...
(1) Installing via pip using python 3.8 does currently not work since simpleITK 2.1.1.1. is only available for python 3.10 as described in this [issue](https://github.com/neuronflow/BraTS-Toolkit/issues/19) (2) I think the prepcoressing...
One more question: Is possible to run the brats_tools without CUDA GPU? The 1_segmentor example complains about not having a GPU.
Thanks a lot for the feedback (and for developing jupyterlite :) I will follow up in https://github.com/jupyterlite/jupyterlite/discussions/731. One stupid question: A possible work-aroud would be to create a notebook that...
great. this little converter notebook works :)
I saw that this issue was fixed in a commit on Apr 6, but unfortunately the last tagged version that is used to build the conda-forge package is from Apr...
> In progress #113 any updates concerning a new release that includes that PR?
@grantjenks I managed to create `conda-forge` build recipe for `runstats` [here](https://github.com/conda-forge/staged-recipes/pull/24792). When running all tests, `test_multiply` failed complaining that it cannot multiply an `int` and a `Statistic`. Is that expected?
true. I guess the "potential" advantage is the fact that the whol conda-forge infrastructure is highly automated which makes live easier when new verisons got released. I am willing to...
> Frankly, I find the whole conda-forge infrastructure and the associated recipes and build scripts and stages overly complicated (and have no interest in supporting it), but you're welcome to...