You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reloading the saved trained NER model, facing an issue with BertNERPredictor.predict_batch(array). This gives-
IndexError: index out of range in self
Same thing on google colab (GPU) gives-
RuntimeError: CUDA error: device-side assert triggered
BertNERPredictor.predict(text) works perfectly fine!
The text was updated successfully, but these errors were encountered:
After reloading the saved trained NER model, facing an issue with BertNERPredictor.predict_batch(array). This gives-
IndexError: index out of range in self
Same thing on google colab (GPU) gives-
RuntimeError: CUDA error: device-side assert triggered
BertNERPredictor.predict(text) works perfectly fine!
The text was updated successfully, but these errors were encountered: