Closed maho3 closed 1 year ago
Nice! There are just a few things that need fixing
installation:
Example inference:
Quijote example:
notebook/compare_summaries.ipynb
Just a few more things in INSTALL.md:
cd ..
and not cd ../ltu-ili
cd ..
(like above)Thanks for catching this. ili-summarizer should not be cloned into the ltu-ili/ directory, but instead into the same level as ltu-ili. I've cleared that up as well as removed some unnecessary back-and-forth cd'ing.
Thanks for changing this. One final thing: now for the installation tests, I think you need to change cd examples
to cd ltu-ili/examples
as you aren't in the ltu-ili repository at this point
Some refactoring and reorganization of the data loaders and runner objects. Changes:
from_config
functions for all loaders. These from_config function naturally takes a `stage' parameter from which one can dynamically set to e.g. train or val