Fabian Klopfer
Fabian Klopfer
Same issue here, 2015 MacBook Pro. Tried Arch, Ubuntu, and Fedora.
Also reported [here](https://bugs.kde.org/show_bug.cgi?id=415813) maybe some journals help fixing the issue uname -a: `Linux somemachine 5.6.4-zen1-1-zen #1 ZEN SMP PREEMPT Mon, 13 Apr 2020 12:21:24 +0000 86_64 GNU/Linux` pacman -Qs telepathy:...
Is the goal here to use torchio through monai? Reimplementation seems to me unnecessary as torchios augmentation transforms work well - Am i overseeing something?
Will do on monday, thanks for the pointer!
Not sure where I have to add the torchio dependency to make CI pass. All min-dep checks will fail I guess as i put the dependency in requirements-dev.txt, environment-dev.yml and...
One test failed, i have no idea why as the test and corresponding code is nothing that I've touched ``` Traceback (most recent call last): File "/home/runner/work/MONAI/MONAI/tests/test_regularization.py", line 73, in...
@KumoLiu only the blossom-ci check hasn't passed. Can we merge?
> 1. It would be nice to have this available for the dictionary versions as well (like [torchvisiond](https://docs.monai.io/en/stable/transforms.html#torchvisiond)) Implemented. > 2. The transform does currently not implement the RandomizableTrait, so...
TorchIO implements random parameters on a per transform basis: [TorchIO Transform ABC](https://torchio.readthedocs.io/_modules/torchio/transforms/transform.html#Transform) This would add this feature, however require a breaking change to the Randomizable and RandomTransform ABCs.
Not sure if helpful, but here is a tutorial by the group for version 0.95 (Sep 2022): [Link](https://github.com/SpikeInterface/spiketutorials/blob/master/Official_Tutorial_SI_0.95_Sep2022/SpikeInterface_Tutorial.ipynb)