fastMONAI icon indicating copy to clipboard operation
fastMONAI copied to clipboard

Simplifying deep learning for medical imaging

Results 4 fastMONAI issues
Sort by recently updated
recently updated
newest added

I am using a directory path that contains sub-directories with DICOM files. An error message is produced that no DICOM files could be found. Please add capabilities to find all...

I'm trying to use fastMONAI with some H100 GPUs on an HPC. I've installed PyTorch following their instructions and am using CUDA v12. However, after installing fastMONAI via pip, it...

Does anyone know what might be causing this error: ``` python-BaseException Traceback (most recent call last): File "/panfs/jay/groups/4/miran045/reine097/projects/loes-scoring-2/.venv/lib64/python3.11/site-packages/fastai/data/load.py", line 172, in one_batch with self.fake_l.no_multiproc(): res = first(self) ^^^^^^^^^^^ File "/panfs/jay/groups/4/miran045/reine097/projects/loes-scoring-2/.venv/lib64/python3.11/site-packages/fastcore/basics.py",...

Commands to reproduce 1. conda create --name myenv python=3.10 2. conda activate myenv 3. pip install --upgrade pip setuptools wheel (tried with and without) 4. pip install fastMONAI Python ->...