File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -40,23 +40,18 @@ jobs:
4040 # - name: Test CerebrosRealNeuronNetwork
4141 # run: python3 realnn-regression-example-ames-no-preproc.py
4242 #
43- timeout-minutes : 240
43+ # timeout-minutes: 240
4444 #
4545 - name : Test image classifier EfficientNetv2S - PEFT CIFAR100
4646 run : python3 cifar_100_EfficientNet.py
47- #
48- timeout-minutes : 45
49- #
47+ timeout-minutes : 250
5048 - name : Test distributed random search Ames by running
5149 run : python3 regression-example-ames-no-preproc.py
52- #
5350 - name : Test distributed random search Ames by running - Val set
5451 run : python3 regression-example-ames-no-preproc-val-set.py
55- #
5652 - name : Test text classifier - random search - ham-spam
5753 run : python3 text-class-ham-or-spam.py
58- #
59- # timeout-minutes: 90
54+ timeout-minutes : 90
6055 # - name: Test image classifier - small subset of CIFAR10
6156 # timeout-minutes: 90
6257 # run: python3 cifar10-example.py
You can’t perform that action at this time.
0 commit comments