chatbot-rnn
chatbot-rnn copied to clipboard
A toy chatbot powered by deep learning and trained on data from Reddit
Any thoughts? I am using windows.. `Preprocessing file 2/6 (reddit-parse/output\output 1.bz2)... Traceback (most recent call last): File "train.py", line 190, in main() File "train.py", line 49, in main train(args) File...
Exception has occurred: ModuleNotFoundError No module named 'tensorflow.contrib'
Adding a requirements.txt to the module would clarify some issues like why tensorflow 2.x doesn't work.
Changed the source code to be compatible with TensorFlow v2.x.
There are a few folks seeding the entirety of Reddit, but the [Reddit Corpus project](https://convokit.cornell.edu/documentation/subreddit.html) provides archives of individual subreddits. This gives you the very useful ability to train in...
There are a few folks seeding the entirety of Reddit, but the [Reddit Corpus project](https://convokit.cornell.edu/documentation/subreddit.html) provides archives of individual subreddits. This gives you the very useful ability to train in...
C:\chatbot-rnn-master>python chatbot.py Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper...
How can one use your model to train on data that is already in the text form and has not come from reddit? For example, I want to train the...
Hello Linux or Windows compatible chatbot is it can have the speech synthesis and listen if we modify the code thank you for your answer
Traceback (most recent call last): File "", line 339, in main() File "", line 40, in main sample_main(args) File "", line 62, in sample_main model_path, config_path, vocab_path = get_paths(args.save_dir) File...