neuralintents
neuralintents copied to clipboard
ValueError in training=np.array(training)
ive searched alot about it but didnt find the same issue faced by someone else kind guide me is there something wrong in my dependencies versions or library
The library versions automatically got downloaded with the neuralintent library
the error and the versions are given in below picture
I am also facing the issue, Tried with all the previous versions but nothing helped!
I found a way out its not a library but basic program that uses the same technique of intends and tags. but you can add functions on your own to get what you need.https://github.com/tatiblockchain/python-deep-learning-chatbot/tree/main/python-deep-learning-chatbot here is the link. the chatbot.py file basically trains your module on bases of the intend.json and then the processor file has some basic functions thats extracts the responce out of the module. the app.py file is a web app if you need it
yeah, this works absolutely fine! But I had to make a few changes in the app.py.
Thanks a lot for this help!!
I found a way out its not a library but a basic program that uses the same technique of intends and tags. but you can add functions on your own to get what you need.https://github.com/tatiblockchain/python-deep-learning-chatbot/tree/main/python-deep-learning-chatbot here is the link. the chatbot.py file basically trains your module on bases of the intend.json and then the processor file has some basic functions that extract the response out of the module. the app.py file is a web app if you need it
I have debugged the error for this repository which can be found in the latest pull request. And the code works absolutely fine now!
guys can you explain to me what should I do about it? i can't undestand what are you talking about
I have the same problem