Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
model = torch.hub.load('pytorch/vision:v0.5.0', 'mobilenet_v2', pretrained=True)
导入移动网络会出错,因为无法导入其依赖项“resnext50_32x4d”。这是在 Torch 中使用移动网络的唯一方法,还是我怎样才能让它工作?
提前致谢