DavidDiazGuerra / gpuRIR

Python library for Room Impulse Response (RIR) simulation with GPU acceleration
GNU Affero General Public License v3.0
477 stars 91 forks source link

Can gpurir run with multiprocessing? #58

Closed fromprimary closed 6 months ago

fromprimary commented 6 months ago

I try to generate rir when training, but when I user torch.utils.data.DataLoaderto generate data, there is error :GPUassert: initialization error /data/tangyf/preprocess/gpuRIR-master/src/gpuRIR_cuda.cu 793. Even I set the tnum_workers to 1, the error still happen. But when I set num_workers to 0, no error happened.

DavidDiazGuerra commented 6 months ago

Please, check #37