We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd82a57 commit 1463026Copy full SHA for 1463026
.github/workflows/automerge.yml
@@ -49,9 +49,9 @@ jobs:
49
- name: Test text classifier - random search - ham-spam
50
run: python3 text-class-ham-or-spam.py
51
timeout-minutes: 90
52
- # - name: Test image classifier - small subset of CIFAR10
53
- # timeout-minutes: 90
54
- # run: python3 cifar10-example.py
+ - name: Test image classifier - small subset of CIFAR10
+ timeout-minutes: 90
+ run: python3 cifar10-example.py
55
- name: Phishing email detection with GPT2 embedding
56
timeout-minutes: 120
57
run: python3 phishing_email_detection_gpt2.py
0 commit comments