Skip to content

Commit 62c3a7d

Browse files
authored
[Fix] Revise high workers_per_gpus (open-mmlab#1506)
1 parent 239049c commit 62c3a7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_base_ = './bisenetv1_r18-d32_in1k-pre_4x4_1024x1024_160k_cityscapes.py'
22
data = dict(
33
samples_per_gpu=8,
4-
workers_per_gpu=8,
4+
workers_per_gpu=4,
55
)

configs/bisenetv2/bisenetv2_fcn_4x8_1024x1024_160k_cityscapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
optimizer = dict(lr=0.05)
88
data = dict(
99
samples_per_gpu=8,
10-
workers_per_gpu=8,
10+
workers_per_gpu=4,
1111
)

configs/cgnet/cgnet_512x1024_60k_cityscapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
data = dict(
4747
samples_per_gpu=8,
48-
workers_per_gpu=8,
48+
workers_per_gpu=4,
4949
train=dict(
5050
type=dataset_type,
5151
data_root=data_root,

configs/cgnet/cgnet_680x680_60k_cityscapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
data = dict(
4646
samples_per_gpu=8,
47-
workers_per_gpu=8,
47+
workers_per_gpu=4,
4848
train=dict(pipeline=train_pipeline),
4949
val=dict(pipeline=test_pipeline),
5050
test=dict(pipeline=test_pipeline))

0 commit comments

Comments
 (0)