当出现:
I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI
或者:
YOLOv5 is out of date by 16 commits. Use 'git pull' or 'git clone
就要注意,看一下自己是不是安装了TensorFlow,安装了TensorFlow后是不可以运行yolov5的训练的,推理还是可以的
所以还是要搭建虚拟环境呀