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 0d3ae0c commit 9a226f0Copy full SHA for 9a226f0
.github/workflows/automerge.yml
@@ -49,8 +49,8 @@ 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
+ # - name: Test image classifier - small subset of CIFAR10 # add back
+ # timeout-minutes: 90
54
run: python3 cifar10-example.py
55
- name: Phishing email detection with GPT2 embedding
56
timeout-minutes: 300
0 commit comments