Yolov5训练时报错:UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the ind

Yolov5训练时报错:UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the inddexing argument
在这里插入图片描述

修改C:\Users\vlf\anaconda3\envs\tweek\Lib\site-packages\torch\functional.py 478行为:
在这里插入图片描述

你可能感兴趣的:(笔记,python,开发语言)