RuntimeError: It looks like there is no internet connection and the repo could not be found in the cache 原因是,torch.hub.load()联网加载模型过慢,超时了。 所以 我们可以把需要加载的模型下载到本地,把联网加载修改为本地加载模型,解决此问题,具体参考此帖子 具体做法是,下载需要加载的VAD模型就是这个到本地,然后修改模型加载地址: