How to use PyTorch hub?

Pytorch Hub is a pre-trained model repository designed to facilitate research reproducibility.

When I use pytorch hub, there are many errors, how to import pre-trained models?

Does changing the hub directly help as suggested in the other topic?

Hi this is a known issue that was fixed by https://github.com/pytorch/pytorch/pull/20782. It’s should be available in pytorch nightly.

1 Like

Thanks for your reply, I will wait for the next version.