-
Hi:
this is a great work for me to learn seq2seq, but I find error when load your pre-training model.The log as follows:
Traceback (most recent call last):
File "/home/zhang/project/seq2seq…
-
Conchylicultor, et al.
Brilliant work on this! The install (and run) instructions are the best I have come accross but Im getting an error when using the opensubs source (cornell works fine)
It …
-
File "03-Twitter-chatbot.py", line 12, in
metadata, idx_q, idx_a = data.load_data(PATH='datasets/twitter/')
File "/opt/data/practical_seq2seq/datasets/twitter/data.py", line 206, in load_da…
-
Model was training fine.
This is what happens when i launch:
`python3 main.py --mode chat`
```
Reading model parameters from works/___/nn_models/model.ckpt-23000
> Hello. How are you?
Traceb…
gidim updated
7 years ago
-
Hi, I finally managed to have a workable chatbot in Python 3. It isn't trained enough for the moment but gives quite interesting answers.
What bothers me is that while overall perplexity decreases a…
-
Hi suriyadeepan,
How can i use this chat bot to query from the database on demand and based on show result.
Basically, I am looking for something like API.AI like feature, where I can add inten…
-
rzai@rzai00:~/prj/seq2seq-chatbot$ CUDA_VISIBLE_DEVICES=1 th train.lua
Running trainCmdArgs
Preprocessor doesn't need to be run, moving on...
Minibatches already created before, moving on..…
-
C:\Users\varada.vamsi\AppData\Local\Programs\Python\Python35\python.exe C:/Users/varada.vamsi/PycharmProjects/untitled/test.py
Traceback (most recent call last):
File "C:/Users/varada.vamsi/Pychar…
-
data/processed/out24.t7
Loaded data...
data/processed/out240.t7
Loaded data...
data/rawbatches/metabatchinfo.t7
Vocab size is: 59883
using CUDA on GPU 0...
Using 0.7 As percentage of data…
-
Hi,
I have just run the script for 6 hours and noticed it didn't made any progress during the last 5 hours. The perplexity seems to be stuck at 1.35. The part of the code that reduce learning rate di…