neuralintents icon indicating copy to clipboard operation
neuralintents copied to clipboard

ValueError in training=np.array(training)

Open Shahkaar opened this issue 2 years ago • 6 comments

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 1 2 3

Shahkaar avatar Jan 28 '23 09:01 Shahkaar

I am also facing the issue, Tried with all the previous versions but nothing helped!

ghost avatar Feb 08 '23 03:02 ghost

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

Shahkaar avatar Feb 08 '23 06:02 Shahkaar

yeah, this works absolutely fine! But I had to make a few changes in the app.py. Thanks a lot for this help!!

ghost avatar Feb 09 '23 17:02 ghost

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!

ghost avatar Feb 10 '23 03:02 ghost

guys can you explain to me what should I do about it? i can't undestand what are you talking about

astigPree avatar Mar 22 '23 09:03 astigPree

I have the same problem

maeHD666 avatar Jul 18 '23 21:07 maeHD666