Skip to content

Commit 70cae8f

Browse files
committed
More Test Cases Added
1 parent 9d35d5d commit 70cae8f

File tree

19 files changed

+99
-52
lines changed

19 files changed

+99
-52
lines changed

.github/workflows/test-export.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test Few-Shot Model Export
22

33
on:
44
workflow_dispatch:
5-
5+
66
push:
77
branches: [ main ]
88
pull_request:
@@ -24,5 +24,12 @@ jobs:
2424
run: |
2525
pip install torch torchvision # add others if needed
2626
27-
- name: ✅ Run Test Script
27+
- name: ✅ Run test1.py
2828
run: python testing/test1.py
29+
30+
- name: ✅ Run test2.py
31+
run: python testing/test2.py
32+
33+
- name: ✅ Run test3.py
34+
run: python testing/test3.py
35+

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ ENV/
136136
env.bak/
137137
venv.bak/
138138
utils_failed
139-
data/
140139

141140
# Spyder project settings
142141
.spyderproject
@@ -180,4 +179,5 @@ cython_debug/
180179
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
181180
# refer to https://docs.cursor.com/context/ignore-files
182181
.cursorignore
183-
.cursorindexingignore
182+
.cursorindexingignore
183+
notes.txt

data/query/Cat/5.jpg

4.23 MB
Loading

data/query/Cat/6.jpg

1.88 MB
Loading

data/query/Dog/5.jpg

778 KB
Loading

data/query/Dog/6.jpg

2.23 MB
Loading

data/support/Cat/1.jpg

4.72 MB
Loading

data/support/Cat/2.jpg

5.13 MB
Loading

data/support/Cat/3.jpg

1.36 MB
Loading

data/support/Cat/4.jpg

2.54 MB
Loading

0 commit comments

Comments
 (0)