codedak / chatbot

Victor- A generative ChatBot based on Sequential Neural Network and Deep Learning which can be trained on any desired dataset for specific purposes. Instead of ordinary ChatBots which are based on hard-coded responses, it can understand context and respond accordingly.
77 stars 39 forks source link

Error while running host.pyw #4

Open Suman99pro opened 7 years ago

Suman99pro commented 7 years ago

/usr/bin/python2.7 /home/suman/chatbot/host.pyw Traceback (most recent call last): File "/home/suman/chatbot/host.pyw", line 7, in sess, model, enc_vocab, rev_dec_vocab = execute.init_session(sess, conf='seq2seq_serve.ini') File "/home/suman/chatbot/execute.py", line 242, in init_session gConfig = get_config(conf) File "/home/suman/chatbot/execute.py", line 38, in get_config confints = [ (key, int(value)) for key,value in parser.items('ints') ] File "/usr/lib/python2.7/ConfigParser.py", line 642, in items raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'ints'

shahabaejaz commented 7 years ago

i also got the same error ..any solutions ?