@@ -5,7 +5,7 @@ name: Python application
55
66on :
77 push :
8- branches : [ "main", "229-pico-scale-tests- on-hpo-setup " ]
8+ branches : [ "main", "234-error-handling- on-finding-best-metric " ]
99
1010permissions :
1111 contents : read
@@ -33,21 +33,19 @@ jobs:
3333 flake8 . --count --select=E9,F63,F7,F82 --ignore F821 --show-source --statistics
3434 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535 # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36- # - name: Test distributed random search Ames by running
37- # run: python3 regression-example-ames-no-preproc.py
38- # - name: Test distributed random search Ames by running - Val set
39- # run: python3 regression-example-ames-no-preproc-val-set.py
36+ - name : Test distributed random search Ames by running
37+ run : python3 regression-example-ames-no-preproc.py
38+ - name : Test distributed random search Ames by running - Val set
39+ run : python3 regression-example-ames-no-preproc-val-set.py
4040 # - name: Test text classifier - random search - ham-spam
4141 # run: python3 text-class-ham-or-spam.py
4242 # timeout-minutes: 90
43- # Add back !!!!
44- # - name: Test image classifier - small subset of CIFAR10 # add back
45- # timeout-minutes: 90
46- # run: python3 cifar10-example.py
47- #
48- - name : Generative Proof Of Concept
49- timeout-minutes : 180
50- run : python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
43+ - name : Test image classifier - small subset of CIFAR10 # add back
44+ timeout-minutes : 90
45+ run : python3 cifar10-example.py
46+ # - name: Generative Proof Of Concept
47+ # timeout-minutes: 180
48+ # run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
5149 - name : Phishing email detection with GPT2 embedding
5250 timeout-minutes : 420
5351 run : python3 phishing_email_detection_gpt2.py
0 commit comments