File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,27 @@ jobs:
3939# run: python3 random_search.py
4040 # - name: Test CerebrosRealNeuronNetwork
4141 # run: python3 realnn-regression-example-ames-no-preproc.py
42+ #
43+ timeout-minutes : 240
44+ #
45+ - name : Test image classifier EfficientNetv2S - PEFT CIFAR100
46+ run : python3 cifar_100_EfficientNet.py
47+ #
4248 timeout-minutes : 45
49+ #
4350 - name : Test distributed random search Ames by running
4451 run : python3 regression-example-ames-no-preproc.py
52+ #
4553 - name : Test distributed random search Ames by running - Val set
4654 run : python3 regression-example-ames-no-preproc-val-set.py
55+ #
4756 - name : Test text classifier - random search - ham-spam
4857 run : python3 text-class-ham-or-spam.py
49- timeout-minutes : 90
58+ #
59+ # timeout-minutes: 90
5060 # - name: Test image classifier - small subset of CIFAR10
5161 # timeout-minutes: 90
5262 # run: python3 cifar10-example.py
5363 # - name: Test image classifier EfficientNetv2S - small subset of CIFAR10
5464 # timeout-minutes: 240
5565 # run: python3 cifar-10-efficientnetv2s.py
56- - name : Test image classifier EfficientNetv2S - PEFT CIFAR100
57- timeout-minutes : 240
58- run : python3 cifar_100_EfficientNet.py
You can’t perform that action at this time.
0 commit comments