I am finding it very hard to get the evaluations to run. I had to make an educated guess about the intended structure of the data folder, because there were some inconsistencies, install some missing packages, appended some sys paths where they were missing so imports would work smoothly, and I am now stuck here:
When I try to run reproduction/densely_captioned_images/repro/eval/run_full_evals.py I get
Primary config directory not found. Check that the config directory .../hydra_configs exists
and when I try to run reproduction/densely_captioned_images/repro/eval/sweeps/eval_sweep_all.py I get No such file or directory: '...DCI/used_models.txt'
What is the intended content of the hydra_configs or used_models.txt? Thanks.
I am finding it very hard to get the evaluations to run. I had to make an educated guess about the intended structure of the data folder, because there were some inconsistencies, install some missing packages, appended some sys paths where they were missing so imports would work smoothly, and I am now stuck here: When I try to run
reproduction/densely_captioned_images/repro/eval/run_full_evals.py
I getPrimary config directory not found. Check that the config directory .../hydra_configs exists
and when I try to runreproduction/densely_captioned_images/repro/eval/sweeps/eval_sweep_all.py
I getNo such file or directory: '...DCI/used_models.txt'
What is the intended content of the hydra_configs or used_models.txt? Thanks.