运行Yolo Fastest v2时,出现 torch.meshgrid: in an upcoming release,it will be required to pass the indexing argument.
本人目前torch1.11.0 torchvision 0.12.0 torchaudio 0.9.0
已使用解决方案
换为低版本pytorch1.9.0 torchvision1.10.0 出现Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable.
故升级回torch1.11.0 torchvision 0.12.0 torchaudio 0.9.0
求大家指点