dwardzheng / MFFN_COD

MIT License
31 stars 8 forks source link

Can't download the pretrained model ResNet50 #6

Open Zinn77 opened 1 year ago

Zinn77 commented 1 year ago

When I'm trying to run the code, it shows that I have to download the pretrained model: image Then I got an error: image And I can't download it from the link directly. How can I solve this problem?

xcvil commented 1 year ago

Can I ask where did you run the codes?

Zinn77 commented 1 year ago

I run the codes on WSL of my windows system. It appears to be the problem of my network connection, and now I've got the pretrained model by download directly from the link. Thank you!

toohappygirl commented 1 year ago

I am trying to run the code ,but meets the error.If anyone could solve it? image

xcvil commented 1 year ago

It seems when you download model from huggingface, your internet connection is lost.

toohappygirl commented 1 year ago

It seems when you download model from huggingface, your internet connection is lost. Thanks! But do you know how to solve this problem?