wentaozhu / DeepLung

WACV18 paper "DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification"
Apache License 2.0
315 stars 143 forks source link

Data preparation and CPU training. #133

Closed MHansy closed 3 years ago

MHansy commented 3 years ago

Hello wentaozhu! Sorry for taking your time. I am training this model on the CPU and faced the problem of data preparation stage is taking more time..., is it normal?

Thanks again for any help.

wentaozhu commented 3 years ago

Try to use multi-process to process the data. Use machine having multiple processors.