Hi @justindujardin ! I have the exact same problem and I am using version 1.9.10. The problem is that I do not have access to version 1.10 with my license. Will this be fixed for 1.9 at some point? Is there a workaround?
For my use case, after about 25 samples, it loops around on these samples and never show anything else. The dataset has 500 samples in total.
Here is my prodigy.json
{
"db": "postgresql",
"db_settings": {
"postgresql": {
"dbname": ...,
"user": ...,
"password": ...,
"host": ...
}
},
"host": "0.0.0.0",
"feed_overlap": true,
"choice_auto_accept": true,
"batch_size": 10,
"force_stream_order": true
This issue combined with the one described here basically makes the multi-session annotation impossible to use for me: Multi-session - annotators do not receive all tasks with feed_overlap with textcat.manual recipe - #3 by jalpaca
Thanks a lot in advance for your help!
Cheers