Closed nielsrolf closed 2 years ago
I was missing --enable_text False
, now it works! Maybe one could automatically disable it if no text files are present, but I'm closing the issue
Detecting text missing is supposed to be supported
Let's reopen to track this
Agreed amazing repo, I had the same issue as this now resolved.
Detecting text missing is supposed to be supported
Let's reopen to track this
seems like this got silently dropped when shuffling around the responsibilities in the slurm update. clip_retrieval.clip_inference.main
now updates the toggles accordingly.
Fix released as 2.35.1
Hi, first of all thanks for this amazing repo.
I ran the following two commands:
and end up with an
embeddings_folder
that contains no files except the empty folders.The first command worked fine and created the following dir:
For the second command, I first had to modify
logger.py: line 137
to bestart_time_no_initial_load = min(start_time_no_initial_load, v.get("start_time", start_time_no_initial_load))
I did this modification just to avoid the error you describe in issue #199 but don't know if this breaks anything else.The contents of
embeddings_folder
looks like this:Version of the repo is: