Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit ce2b1fd

Browse files
committed
Merge branch 'Semyon1104/Acc_Parametrized' of https://github.com/embedded-dev-research/itlab_2023 into Semyon1104/Acc_Parametrized
2 parents d1575b5 + 1bb0596 commit ce2b1fd

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,6 @@ jobs:
354354
cd app/Converters
355355
python download_imagenet.py
356356
cd ../..
357-
358-
- name: Upload dataset as artifact
359-
if: steps.cache-imagenet.outputs.cache-hit != 'true'
360-
uses: actions/upload-artifact@v4
361-
with:
362-
name: imagenet-dataset
363-
path: docs/ImageNet
364-
retention-days: 1
365357
366358
evaluate-models-onnx:
367359
runs-on: ubuntu-latest
@@ -454,11 +446,15 @@ jobs:
454446
python ${{ matrix.parser }} ${{ matrix.model }}
455447
cd ../..
456448
457-
- name: Download dataset artifact
458-
uses: actions/download-artifact@v4
449+
- name: Restore ImageNet-Paste dataset
450+
id: cache-imagenet
451+
uses: actions/cache/restore@v4
459452
with:
460-
name: imagenet-dataset
461453
path: docs/ImageNet
454+
key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
455+
restore-keys: |
456+
imagenet-paste-v1-
457+
imagenet-paste-
462458
463459
- name: Prepare environment
464460
run: |

0 commit comments

Comments
 (0)