是在Win10下训练的
subprocess.Called processError: Command 'git tag' returned non-zero exit status 128
提前下载好yolov7.pt文件就可以解决了
UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument.
点击报错处,跳转到代码functional.py,找到错误处,加上indexing='ij'