diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 1b29173b83ad..2bb9d1a62fa7 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -80,6 +80,7 @@ jobs: python models/yolo.py --cfg ${{ matrix.model }}.yaml # build PyTorch model python models/tf.py --weights ${{ matrix.model }}.pt # build TensorFlow model python export.py --img 64 --batch 1 --weights ${{ matrix.model }}.pt --include torchscript onnx # export + python export.py --img 64 --batch 1 --weights ${{ matrix.model }}.pt --include saved_model tflite # export to tf format # Python python - <