Description
While running test.ipynb in
Grid_based_strong_lensing_for_unsupervised_super_resolution_Anirudh_Shankar
on a fresh environment, the notebook fails when attempting to load pretrained
artifacts that are not present in the repository.
Specifically, the notebook assumes the following files exist locally:
vdl_weights.pt
scatter_to_log_128.pt
forward_from_log_128.pt
scatter_from_log_128.pt
sparse_grid_fracs_euclid_backward.pt
However, the README does not document:
- where these files should be obtained from,
- whether they are pretrained or generated locally,
- or what steps a new user should follow to run
test.ipynb end-to-end.
Steps to reproduce
- Create a fresh Python virtual environment
- Install dependencies
- Open and run
test.ipynb
Observed behavior
The notebook fails with an error such as:
Expected behavior
A new contributor should either:
- have clear instructions to obtain or generate the required artifacts, or
- see a setup cell/script that downloads them automatically, or
- receive a clear error message explaining the missing prerequisites.
Happy to help implement a fix once the intended workflow is clarified.
Description
While running
test.ipynbinGrid_based_strong_lensing_for_unsupervised_super_resolution_Anirudh_Shankaron a fresh environment, the notebook fails when attempting to load pretrained
artifacts that are not present in the repository.
Specifically, the notebook assumes the following files exist locally:
vdl_weights.ptscatter_to_log_128.ptforward_from_log_128.ptscatter_from_log_128.ptsparse_grid_fracs_euclid_backward.ptHowever, the README does not document:
test.ipynbend-to-end.Steps to reproduce
test.ipynbObserved behavior
The notebook fails with an error such as:
Expected behavior
A new contributor should either:
Happy to help implement a fix once the intended workflow is clarified.