xuebinqin / U-2-Net

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
Apache License 2.0
8.52k stars 1.47k forks source link

num_workers=1 #381

Open wangfugui127 opened 6 months ago

wangfugui127 commented 6 months ago

salobj_dataloader = DataLoader(salobj_dataset, batch_size=batch_size_train, shuffle=True, num_workers=1) num_workers=1 导致我的程序无法正常运行,是我的电脑无法多个进程吗