From f89bfd7e0157fff46d87ed567f7bb0e586300f7d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 Nov 2023 21:17:22 +0100 Subject: [PATCH] Pre-download `onnx2tf` calib file to preempt S3 issues (#6669) Signed-off-by: Glenn Jocher Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Abirami Vina --- .github/workflows/ci.yaml | 1 - docs/en/integrations/clearml.md | 2 +- ultralytics/engine/exporter.py | 5 ++ ultralytics/utils/downloads.py | 89 +++++++++++++++++++++++++++------ 4 files changed, 81 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 994522bd..3e8f07ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,7 +110,6 @@ jobs: pip install -e ".[export]" coverage --extra-index-url https://download.pytorch.org/whl/cpu # Fix SavedModel issue "partially initialized module 'jax' has no attribute 'version' (most likely due to a circular import)" in https://github.com/google/jax/discussions/14036 # pip install -U 'jax!=0.4.15' 'jaxlib!=0.4.15' - # yolo settings tensorboard=False yolo export format=tflite imgsz=32 || true - name: Check environment run: | diff --git a/docs/en/integrations/clearml.md b/docs/en/integrations/clearml.md index 1c65d4ab..43b28a9b 100644 --- a/docs/en/integrations/clearml.md +++ b/docs/en/integrations/clearml.md @@ -142,7 +142,7 @@ For a visual walkthrough of what the ClearML Results Page looks like, watch the


-