@@ -5,7 +5,7 @@ name: Python application
55
66on :
77 push :
8- branches : [ "main" ]
8+ branches : [ "main", "99-add-a-validation-data-option-validation_data" ]
99
1010permissions :
1111 contents : read
@@ -36,17 +36,19 @@ jobs:
3636# run: python3 test_simple_cerebros_gridsearch.py
3737# - name: Test distributed random search wine by running.
3838# run: python3 random_search.py
39- - name : Test CerebrosRealNeuronNetwork
40- run : python3 realnn-regression-example-ames-no-preproc.py
39+ # - name: Test CerebrosRealNeuronNetwork
40+ # run: python3 realnn-regression-example-ames-no-preproc.py
4141 timeout-minutes : 45
4242 - name : Test distributed random search Ames by running
4343 run : python3 regression-example-ames-no-preproc.py
44+ - name : Test distributed random search Ames by running - Val set
45+ run : python3 regression-example-ames-no-preproc-val-set.py
4446 - name : Test text classifier - random search - ham-spam
4547 run : python3 text-class-ham-or-spam.py
4648 timeout-minutes : 90
47- - name : Test image classifier - small subset of CIFAR10
48- timeout-minutes : 90
49- run : python3 cifar10-example.py
49+ # - name: Test image classifier - small subset of CIFAR10
50+ # timeout-minutes: 90
51+ # run: python3 cifar10-example.py
5052 - name : Test image classifier EfficientNetv2S - small subset of CIFAR10
51- timeout-minutes : 120
53+ timeout-minutes : 240
5254 run : python3 cifar-10-efficientnetv2s.py
0 commit comments