Issue with Diet Classifier #6282
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Hi all,
I would like to use Diet Classifier with rasa version 2.0.0a1 (docker container). If i put 100 epochs, there is no problem generated. If i put epochs equal to 200 or 200. I obtain this message.
?it/s]/opt/venv/lib/python3.7/site-packages/rasa/utils/tensorflow/model_data.py:389: 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
rasa | final_data[k].append(np.concatenate(np.array(v)))
The text was updated successfully, but these errors were encountered: