stanford-futuredata / ColBERT

ColBERT: state-of-the-art neural search (SIGIR'20, TACL'21, NeurIPS'21, NAACL'22, CIKM'22, ACL'23, EMNLP'23)
MIT License
2.67k stars 355 forks source link

ColBert is not failing when Error is encounter during both train and indexing #334

Open AnastasiiaShukhova opened 2 months ago

AnastasiiaShukhova commented 2 months ago

When dealing with Colbert I ran many times into an issue when the code breaks, the error message is logged and not propagated, but the cell in Jupyter notebook still executes. It seems like the error handling has been broken.

When running the code on Google Colab log messages have been supressed and I couldnt see any error messages at all, only lonely "Starting...". image

image