Giter Site home page Giter Site logo

Comments (5)

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

You introduced an error when you modified the script in this line:
with open(r'C:\Users\...

from seq2seq-chatbot-for-keras.

Anoopparjanya avatar Anoopparjanya commented on August 20, 2024

How to load my data?
When i give the file name in open('data','r'),it is throwing directory is not found error.
When i give the file path(open('file path'),it is throwing syntax error?
I'm in learning stage,do help me @oswaldoludwig.

from seq2seq-chatbot-for-keras.

oswaldoludwig avatar oswaldoludwig commented on August 20, 2024

Just use text = open('C:\Users\...\data.txt', 'r').

from seq2seq-chatbot-for-keras.

Anoopparjanya avatar Anoopparjanya commented on August 20, 2024

@oswaldoludwig
issue
When i use above line of code,it throwing me the below error.
How to solve this?

from seq2seq-chatbot-for-keras.

Anoopparjanya avatar Anoopparjanya commented on August 20, 2024

Thanks @oswaldoludwig It worked now!!
But now im facing a new problem.

Using Theano backend.
WARNING (theano.configdefaults): install mkl with conda install mkl-service: No module named 'mkl'
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Found 400000 word vectors.

Warning (from warnings module):
File "C:\Users\Anoop\Documents\Seq2seq-Chatbot-for-Keras-master\train_bot.py", line 101
LSTM_encoder = LSTM(sentence_embedding_size, init= 'lecun_uniform')
UserWarning: Update your LSTM call to the Keras 2 API: LSTM(300, kernel_initializer="lecun_uniform")

Warning (from warnings module):
File "C:\Users\Anoop\Documents\Seq2seq-Chatbot-for-Keras-master\train_bot.py", line 102
LSTM_decoder = LSTM(sentence_embedding_size, init= 'lecun_uniform')
UserWarning: Update your LSTM call to the Keras 2 API: LSTM(300, kernel_initializer="lecun_uniform")
Traceback (most recent call last):
File "C:\Users\Anoop\Documents\Seq2seq-Chatbot-for-Keras-master\train_bot.py", line 113, in
merge_layer = merge([context_embedding, answer_embedding], mode='concat', concat_axis=1)
TypeError: 'module' object is not callable

How to solve this? Why this is happening?

Thanks in Advance!!

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.