idiap / ESLAM

Apache License 2.0
204 stars 21 forks source link

RuntimeError: unable to write to file </torch_31911_952036340_6686>: No space left on device (28) #20

Open saulgooodman opened 4 months ago

saulgooodman commented 4 months ago

Hello! I encountered the following error while running your code, image

I used the nvidia-smi command to find out that my GPU's memory is sufficient. image I suspect this is due to an error with torch.multiprocessing because the use of shared memory causes the device to be unable to continue running once there are many other tasks running on the host, butit seems that the file-sharing strategy is irreplaceable. Can you tell me how to solve this problem? Thank you!