Hi ML4Sci team,
While continuing to run the BYOL self-supervised learning notebooks
(model1_byol.ipynb), I encountered a FileNotFoundError when loading data:
The notebook assumes local directories such as:
- Model_I/no_sub
- Model_I/axion
- Model_I/cdm
However, there are no instructions on:
- how to obtain the dataset
- expected directory structure
- where these folders should be placed
As a result, the notebook cannot be run end-to-end on a fresh setup without
guessing the dataset layout.
I wanted to confirm the intended dataset source and structure before attempting
any fixes or documentation updates.
Thanks!