HuCaoFighting/Swin-Unet

Error while using pretrained model

abhi-vellala opened this issue · 1 comments

Hi, I'm trying to use pretrained model. I downloaded the model and added it to path ./pretrained_ckpt/. It throws me an error saying no such file or directory: ./output/epoch_149.pth. My output directory is empty as I didn't train the model. I want to get the segmentations for my data. Please help how to fix this. Thank you.

I also encountered this problem, how did you solve it?