BAKHTI Yassine
BAKHTI Yassine
I am encounteering the same problem: ValueError: [E103] Trying to set conflicting doc.ents: '(1155, 1199, 'Email Address')' and '(1143, 1240, 'Links')'. A token can only be part of one entity,...
try this line of code it worked for me: `with CustomObjectScope({'GlorotUniform': glorot_uniform()}): .............................................`
Try this code if you used a custom loss for training your model, it also worked for me: from keras.utils import CustomObjectScope from keras.initializers import glorot_uniform from tensorflow.keras.models import load_model...