Sebastian Husch Lee
Sebastian Husch Lee
> Without proper flags, Chrome will try to use /dev/shm, and in most container images there is no permission for that (except if you set). Do you mean users would...
There is a pretty good discussion on the issues the `chrome` webdriver has in docker environments in general https://github.com/puppeteer/puppeteer/issues/1834. It seems like there are some cons to having `--disable-dev-shm-usage` on...
> What about allowing the user to send a list of parameters to be sent to Chrome, and if none sent, use a predefined set of options, which would be...
Hi @julian-risch it sounds like we agree that we would like to have control over how many no-answer labels are created during training in a FARMReader model, so the implementation...
Additionally, we also agreed that adding additional documentation to the FARMReader training to explain how no-answer labels are automatically generated would be very helpful.
Hi @ottozastrow just to confirm you are referring to this tutorial [Tutorial9_DPR_training.ipynb](https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial9_DPR_training.ipynb)? And could you tell me which version of Haystack are you using?
Hi @ottozastrow. Unfortunately, this doesn't look like a quick fix. I'll be adding it to our sprint backlog so we can dedicate time to this issue in the near future.
@tstadel @Timoeller Would it be possible to save the value of `use_no_answer_legacy_confidence` with model metadata so that when the model is reloaded it uses the same `no_answer` confidence logic as...
@tstadel Yes, my PR is incomplete. I just thought to open it so the work would not need to be reproduced. So feel free to add commits or if it's...
> I think it's not really solving it as this would only fix the eval() and eval_on_file() methods but not `FARMReader`'s `predict()`. Oh sorry, I misinterpreted what you meant. I'm...