Taha Mustapha Nehdi

Results 2 issues of Taha Mustapha Nehdi

PCAM: lazy-import h5py via `_get_h5py` to keep dataset picklable Fixes: #9195 Problem - `PCAM` previously stored the `h5py` module on the dataset instance, making it unpicklable. - `DataLoader(num_workers>0)` / spawn-based...

cla signed

## 🐛 Describe the bug When a custom `Dataset` stores a Python **module object** (e.g. `self.h5py = h5py`) as an attribute, `DataLoader` with `num_workers > 0` fails with `TypeError: cannot...