There was an error while loading. Please reload this page.
1 parent edc9beb commit f252ee0Copy full SHA for f252ee0
1 file changed
.github/workflows/ci.yml
@@ -454,11 +454,15 @@ jobs:
454
python ${{ matrix.parser }} ${{ matrix.model }}
455
cd ../..
456
457
- - name: Download dataset artifact
458
- uses: actions/download-artifact@v4
+ - name: Restore ImageNet-Paste dataset
+ id: cache-imagenet
459
+ uses: actions/cache/restore@v4
460
with:
- name: imagenet-dataset
461
path: docs/ImageNet
462
+ key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
463
+ restore-keys: |
464
+ imagenet-paste-v1-
465
+ imagenet-paste-
466
467
- name: Prepare environment
468
run: |
0 commit comments