File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,17 +340,17 @@ jobs:
340340 parser : parser_onnx.py
341341 model_file : densenet121_Opset16.onnx
342342 model_url : https://github.com/onnx/models/raw/refs/heads/main/Computer_Vision/densenet121_Opset16_timm/densenet121_Opset16.onnx?download=
343- extra_args : " --onednn 100 "
343+ extra_args : " --onednn 1000 "
344344 - model : resnet
345345 parser : parser_onnx.py
346346 model_file : resnest101e_Opset16.onnx
347347 model_url : https://github.com/onnx/models/raw/refs/heads/main/Computer_Vision/resnest101e_Opset16_timm/resnest101e_Opset16.onnx?download=
348- extra_args : " --onednn 100 "
348+ extra_args : " --onednn 1000 "
349349 - model : yolo
350350 parser : parser_onnx.py
351351 model_file : yolo11x-cls.pt
352352 model_url : https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo11x-cls.pt
353- extra_args : " --onednn 100 "
353+ extra_args : " --onednn 1000 "
354354
355355 steps :
356356 - uses : actions/checkout@v4
@@ -579,8 +579,8 @@ jobs:
579579 echo -e "\n## ${{ matrix.model }} Accuracy\n<!--ACCURACY_${{ matrix.model }}_PLACEHOLDER-->Accuracy: ${ACCURACY}% (updated: ${DATE})<!--END_ACCURACY_${{ matrix.model }}-->\n" >> README.md
580580 fi
581581
582- - name : Commit and push changes (master only)
583- if : github.ref == 'refs/heads/master '
582+ - name : Commit and push changes (main only)
583+ if : github.ref == 'refs/heads/main '
584584 run : |
585585 git config --global user.name "GitHub Actions"
586586 git config --global user.email "actions@github.com"
You can’t perform that action at this time.
0 commit comments