Results 138 comments of neuronflow

Okay, maybe your GPUs are too new for HD-BET. Unfortunately, we don't have docker on the cluster where we have the same GPUs, so I have no machine to test...

@c-gamble I have an alternative pipeline that you could beta test if you want to :)

PS: did you see this post: https://github.com/neuronflow/BraTS-Toolkit/issues/14#issuecomment-886819050 ?

This is most likely a duplicate of: https://github.com/neuronflow/BraTS-Toolkit/issues/18 -> try running with `.nii.gz` files until we have a fix :)

I managed to remove a device by reloading localtuya, then clicking on the device. then the three dots menu with the delete option became visible.

did you solve it?

Thank you. Will this work on ARM CPUs, specifically M1 Apple silicon?

we are trying to build greedy in a debian based docker running on an M1 Mac without success so far. Here are our current efforts: ``` FROM python:3.10.13-bullseye ARG BUILD_JOBS=16...