Skip to content

Commit 6e01cd2

Browse files
author
David Thrower
authored
Update automerge.yml
Up time limit on CIFAR 100 example to 250 min ...
1 parent d383e5a commit 6e01cd2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/automerge.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)