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 b800cf7 commit 7930a2dCopy full SHA for 7930a2d
.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 # add back
53
- # timeout-minutes: 90
54
- # run: python3 cifar10-example.py
+ - name: Test image classifier - small subset of CIFAR10 # add back
+ timeout-minutes: 90
+ run: python3 cifar10-example.py
55
- name: Phishing email detection with GPT2 embedding
56
timeout-minutes: 300
57
run: python3 phishing_email_detection_gpt2.py
0 commit comments