Hi @ChikkaUdayaSai. yes, I re-trained the model but still not working. is this what you meant by “removing the entire line that contains entity_recognition”?
Hi @kearnsw the model was trained successfully. there’s just this note:
c:\users\clarisse\documents\c19_venv\venv\lib\site-packages\rasa\utils\tensorflow\model_data_utils.py:197: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify ‘dtype=object’ when creating the ndarray
attribute_features = {MASK: [np.array(attribute_masks)]}
2020-12-17 20:32:59 DEBUG rasa.utils.tensorflow.models - Building tensorflow train graph…
2020-12-17 20:33:08 DEBUG rasa.utils.tensorflow.models - Finished building tensorflow train graph.
Epochs: 0%| | 0/100 [00:00<?, ?it/s]c:\users\clarisse\documents\c19_venv\venv\lib\site-packages\rasa\utils\tensorflow\model_data.py:587: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify ‘dtype=object’ when creating the ndarray
final_data[key][sub_key].append(np.concatenate(np.array(f)))