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 f46ad78 commit 4806719Copy full SHA for 4806719
.github/workflows/automerge.yml
@@ -40,9 +40,9 @@ jobs:
40
# - name: Test text classifier - random search - ham-spam
41
# run: python3 text-class-ham-or-spam.py
42
# timeout-minutes: 90
43
- # - name: Test image classifier - small subset of CIFAR10 # add back
44
- # timeout-minutes: 90
45
- # run: python3 cifar10-example.py
+ - name: Test image classifier - small subset of CIFAR10 # add back
+ timeout-minutes: 90
+ run: python3 cifar10-example.py
46
- name: Phishing email detection with GPT2 embedding
47
timeout-minutes: 420
48
run: python3 phishing_email_detection_gpt2.py
0 commit comments