-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
meaningful result? #5
Comments
@liuchenxjtu how many iterations have you finished when you trained the model? |
Thanks for your reply. About 20. It is very slow in my machine. How many you suggest? Do u have some sample results for different iterations?
|
Guys, I got the similar lame results yesterday...
Not to mislead you: these results were achieved on a different seq2seq architecture, based on tensorflow. Sampling with temperature could be used in order to diversify the output results, however that's again should be done inside seq2seq library. |
@nicolas-ivanov Did you try the other models? Seq2seq, Seq2seq with peek, Attention Seq2seq etc? |
I recently tested attention seq2seq on the babi dataset and it worked (100% val acc). |
@farizrahman4u not yet, I'll set the experiment with Attention Seq2seq now. |
The standard babi dataset from facebook (used by keras in examples). I did it using a slightly different layer but the idea is almost as same as attention seq2seq. I will be posting the code in a few days as I have not tested on all the babi tasks yet. |
Hello @farizrahman4u , I tried using attention seq2seq model, but got ShapeMismatch error. |
Please post your code. |
@farizrahman4u : Following code is from model.py file, i haven't changed much apart from the model name :
|
Hi @nicolas-ivanov, you mentioned that 'the bad results were based on tensorflow', what are the datasets and other settings? what is the inital perplexity and the converge perplexity on both training set and validation set? I am trying to adapt the translation model example from tensorflow to train a chatbot, is it possible for you to give some details on these? Thanks. |
It was maybe due to the lack of learning iteration or lack of data size. |
Hi, Firstly, when I run this project, I met the log below: Epoch 1/1 Secondly, I change the model code from SimpleSeq2seq to AttentionSeq2seq. Thanks a lot. |
@KevinYuk I got the same "raining" result! Do you have any insight? |
Just in my opinion, repeating same words means 'not yet fitted'. |
Hi nicolas,
first really thanks for your work. when I run your code, I cannot get meaningful results, all I got is like
or
could you sharing your opinion with me? really appreciate
The text was updated successfully, but these errors were encountered: