Skip to content

Commit 492dd76

Browse files
authored
Try to enable "launch" for vision-classification/segmentation (#304)
* Try to enable "launch" for vision-classification/segmentation Try to enable "launch" for vision-classification/segmentation * Updated batch_size 2->4 * updated eval_batch_size as well
1 parent be78e5e commit 492dd76

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
vision-segmentation
3131
]
3232
test: [all, simple, launch, spawn]
33-
exclude:
34-
- template: vision-classification
35-
test: launch
36-
- template: vision-segmentation
37-
test: launch
3833
steps:
3934
- uses: actions/checkout@v3
4035
- uses: actions/setup-python@v4

src/tests/ci-configs/vision-classification-launch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
seed: 777
22
data_path: ~/data
3-
batch_size: 2
4-
eval_batch_size: 2
3+
batch_size: 4
4+
eval_batch_size: 4
55
num_workers: 1
66
max_epochs: 2
77
train_epoch_length: 4

src/tests/ci-configs/vision-segmentation-launch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
seed: 777
22
data_path: ~/data
3-
batch_size: 2
4-
eval_batch_size: 2
3+
batch_size: 4
4+
eval_batch_size: 4
55
num_workers: 1
66
max_epochs: 2
77
train_epoch_length: 4

0 commit comments

Comments
 (0)