Giter Site home page Giter Site logo

Comments (10)

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

Are you using Theano backend? "This project was done in Linux, Python 2.x, Theano 0.9.0, and Keras 1.0.4. The use of another configuration may require some minor adaptations".

from seq2seq-chatbot-for-keras.

EgorGumin avatar EgorGumin commented on August 20, 2024

Yes, I'm using Python 2.7.12, Theano 0.9.0 and Keras 1.0.4 on Ubuntu 16.04

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

if you keep these parameters the code should run smoothly:
word_embedding_size = 100
sentence_embedding_size = 300
dictionary_size = 7000
maxlen_input = 50

from seq2seq-chatbot-for-keras.

EgorGumin avatar EgorGumin commented on August 20, 2024

I did not modified your conversation.py example, so I have exactly the same params, but the code fails with an error mentioned above. I think an error might be caused by incorrect weights file, but I'm not sure

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

Can you check the new model conversation_discriminator.py?

from seq2seq-chatbot-for-keras.

EgorGumin avatar EgorGumin commented on August 20, 2024

The same result

Using Theano backend.
Starting the model...

CHAT:

computer: hi ! please type your name.
user: Egor
computer: hi , Egor ! My name is john.
user: Hi

Traceback (most recent call last):
  File "conversation_discriminator.py", line 279, in <module>
    model.load_weights(weights_file)
  File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 2367, 
in load_weights ' elements.')
Exception: Layer #3 (named "Encode answer up to the current token" in the current model) 
was found to correspond to layer lstm_1 in the save file. However the new layer 
Encode answer up to the current token expects 12 weights, but the saved weights have 3 elements.

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

Now I have no clue. If you find a workaround for your issue, let us know, you can help other users cope with similar issues. Otherwise, you can delete the weight file and train the model from the scratch (see the readme file). Using GPU you will have a chatbot able to chat with you in less than one hour of training.

from seq2seq-chatbot-for-keras.

ascherbakhov avatar ascherbakhov commented on August 20, 2024

I have this issue too. Ubuntu 16.04, Python 2.7, Keras 1.0.4, Theano 0.9.0. Can you please rerun conversation.py with your weights file on your machine?
Also i have import error on "from keras.utils import plot_model".
As I know, "plot_model" function was moved to other module and in keras 1.0.4 "plot" function was in keras.utils.visualize_util.
I'm afraid, we have different keras versions.

p.s. I got keras with "pip install keras==1.0.4"

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

I have here Ubuntu 14.04.3 LTS, Python 2.7.6, Theano 0.9.0, and Keras 2.0.4.

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

I updated the files conversation.py and conversation_discriminator.py. Now both codes work without problems and no warnings on my machine with Keras 2.0.4. Please let me know if this has solved your problem (remember to install Keras 2.0.4).

from seq2seq-chatbot-for-keras.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.