Hi ML4Sci team,
I’m trying to run the BYOL self-supervised learning notebooks
(DeepLense_Self_Supervised_Learning_Yashwardhan_Deshmukh → byol_learning → model1_byol).
The notebooks fail in the first cell with:
ModuleNotFoundError: No module named 'imageio'
The notebooks import imageio, but the package is not installed by default and is not
mentioned in any requirements file or setup instructions. As a result, a fresh
environment cannot run the notebooks end-to-end.
I’m happy to add imageio to the dependency list / setup documentation if that aligns
with the maintainers’ preference.
Thanks!