mohammedsohel

Results 3 comments of mohammedsohel

Still facing this issue. Can you please share the valid version which can be used meanwhile.

You can load trained DPR using `load` method ```reloaded_retriever = DensePassageRetriever.load(load_dir=save_dir, document_store=None)``` Found this code in, https://github.com/deepset-ai/haystack-tutorials/blob/main/tutorials/09_DPR_training.ipynb Also, can you please elaborate your another query.

We faced this issue with `1.12.2` however earlier the same document produced a valid result. Apparently, the latest logic cannot handle long texts in dict and thus returns `invalid end...