Zeming Zhao

Results 7 comments of Zeming Zhao

already a translated version by [Chinese Version](https://github.com/ytzfhqs/AAAMLP-CN)

@Can-Zhao Hi, the default resampled spacing for detection is `Spacingd(keys=["image", "label"], pixdim=[0.703125, 0.703125, 1.25]` I wonder how [0.703125, 0.703125, 1.25] was chosen? And also I'm doing a nodule segmentation task,...

> These steps solved my issue: > > 1. Set `cfg.data.workers_per_gpu=0` > 2. Open mmseg>datasets>builder.py > 3. Change Line 99 as `persistent_workers=False` thank you hero

i still met similar issue, what should I do to avoid it? ``` epoch 1/300 1/103, train_loss: 0.6715 loss: 0.6715 2/103, train_loss: 0.6605 loss: 0.6660 3/103, train_loss: 0.6443 loss: 0.6588...

``` epoch_ 1/300 Traceback (most recent call last): File "/mnt/d/monai_tutorial/nodule_3d_seg/swinunetr/train.py", line 155, in for batch_data in train_loader: File "/home/zzm/anaconda3/envs/monai-nnunet/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 630, in __next__ data = self._next_data() File "/home/zzm/anaconda3/envs/monai-nnunet/lib/python3.9/site-packages/torch/utils/data/dataloader.py", line 674,...

@KumoLiu I used monai 1.2 on the dataset on remote ubuntu server without issue. I met this problem when using monai1.2 on my laptop on the exact same dataset as...

I didnt build mmsegmentation from source but build it as a dependence. Where should I place the config file? I get this error. It is official model type and it...