Kaynağa Gözat

更新 'README.md'

weizhenkang88 1 gün önce
ebeveyn
işleme
110c84afbc
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,15 +1,15 @@
 # cambricon_pytorch
 寒武纪mlu220 转模型代码:yolov5-6.0_v2.zip
 
-step1、detect.py 验证
+step1、detect.py 验证:
 
 python detect.py --device cpu --weights yolov5s.pt
 
-step2、detect_qua.py 量化
+step2、detect_qua.py 量化:
 
 python detect_qua.py --weights yolov5s.pt --cfg qua 
 
-step3、detect_qua_mlu.py 生成mlu220离线文件
+step3、detect_qua_mlu.py 生成mlu220离线文件:
 
 python detect_qua_mlu.py  --weights yolov5s.pt --cfg mlu --jit True