Skip to content

Commit a3fbd2b

Browse files
authored
Modify the value of num worker to solve the performance degradation problem of PP-TSM (#561)
1 parent d07fb90 commit a3fbd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/recognition/pptsm/pptsm_k400_frames_uniform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MODEL: #MODEL field
1414

1515
DATASET: #DATASET field
1616
batch_size: 16 #Mandatory, bacth size
17-
num_workers: 4 #Mandatory, the number of subprocess on each GPU.
17+
num_workers: 5 #Mandatory, the number of subprocess on each GPU.
1818
train:
1919
format: "FrameDataset" #Mandatory, indicate the type of dataset, associate to the 'paddlevidel/loader/dateset'
2020
data_prefix: "data/k400/rawframes" #Mandatory, train data root path

0 commit comments

Comments
 (0)