We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用的win10 rasa-nlu 0.12
The text was updated successfully, but these errors were encountered:
找到sklearn_intent_classifier.py C:\Users\Administrator\Desktop\Rasa_NLU_Chi\rasa_nlu\classifiers\sklearn_intent_classifier.py return self.le.inverse_transform(y) 修改为 return self.le.inverse_transform(np.squeeze(y))
return self.le.inverse_transform(y) 修改为 return self.le.inverse_transform(np.squeeze(y))
或者参考 ValueError: bad input shape (1, 5) RasaHQ/rasa#1436 Updating rasa-nlu to 0.14
Updating rasa-nlu to 0.14
Sorry, something went wrong.
No branches or pull requests
用的win10
rasa-nlu 0.12
The text was updated successfully, but these errors were encountered: