Skip to content

Commit 7930a2d

Browse files
Update automerge.yml
Add back the CICD test for image CLS. Prepare for PR.
1 parent b800cf7 commit 7930a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
# - name: Test text classifier - random search - ham-spam
5050
# run: python3 text-class-ham-or-spam.py
5151
# timeout-minutes: 90
52-
# - name: Test image classifier - small subset of CIFAR10 # add back
53-
# timeout-minutes: 90
54-
# run: python3 cifar10-example.py
52+
- name: Test image classifier - small subset of CIFAR10 # add back
53+
timeout-minutes: 90
54+
run: python3 cifar10-example.py
5555
- name: Phishing email detection with GPT2 embedding
5656
timeout-minutes: 300
5757
run: python3 phishing_email_detection_gpt2.py

0 commit comments

Comments
 (0)