JCruan519 / VM-UNet

(ARXIV24) This is the official code repository for "VM-UNet: Vision Mamba UNet for Medical Image Segmentation".
Apache License 2.0
471 stars 22 forks source link

About Synapse datasets #63

Open lijincan11 opened 3 months ago

lijincan11 commented 3 months ago

Hello author, thank you very much for opening up the code. I encountered a small problem while reproducing the synapse dataset, zipfile BadZipFile: Bad CRC-32 for file 'image.npy'”, Where is this problem coming from? Meanwhile, in the synapse dataset, if num_work is set to greater than 0, a "zipfile" will appear "BadZipFile: Caught BadZipFile in DataLoader worker process 1." However, if num_work is equal to 0 and the training speed is too slow, is there any good solution? Looking forward to your reply.