79338729

Date: 2025-01-08 10:20:45
Score: 0.5
Natty:
Report link

In my case, I load h5 file from dataloader. I think it may caused by mutilprocess loading at backend. While, we can set env to avoid file locking:

os.environ["HDF5_USE_FILE_LOCKING"] = "FALSE"

or

export HDF5_USE_FILE_LOCKING=FALSE

reference issue comment

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zhang Kin