Chatbot-AI
Chatbot-AI copied to clipboard
Chatbot AI for Machine Learning for Hackers #6
hi siraj, thank you for your codes and youtube channel. how can I create a corpus like cornell movie`s corpus? I have a bunch of questions&answers in MySQL format and...
when i run th train.lua --cuda --dataset 50000 --hiddenSize 1000 Iget -- Epoch 1 / 50 /root/torch-cl/install/bin/luajit: ...orch-cl/install/share/lua/5.1/rnn/SequencerCriterion.lua:47: expecting target table stack traceback: [C]: in function 'assert' ...orch-cl/install/share/lua/5.1/rnn/SequencerCriterion.lua:47: in function...
/torch/install/share/lua/5.1/rnn/Mufuru.lua:18: attempt to call field 'Unsqueeze' (a nil value) stack traceback: [C]: in function 'error' /torch-cl/install/share/lua/5.1/trepl/init.lua:384: in function 'require' train.lua:1: in main chunk [C]: in function 'dofile' /torch-cl/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main...
Im using Lua 5.1 and torch7. While trying to execute `th train.lua --cuda --dataset 50000 --hiddenSize 1000` I'm getting the below error: ``` Dataset stats: Vocabulary size: 25931 Examples: 83632...
Do we have some kind of common code to read and merge this ubuntu-corpus data with movie data ? http://cs.mcgill.ca/~jpineau/datasets/ubuntu-corpus-1.0/ Thanks
I see you added a link to my GitHub profile at the bottom of the README, thx for that. But please add a link to **the project page** at the...
Killed
When attempting to train the program will run and the post "Killed" th train.lua --dataset 50000 --hiddenSize 1000 -- Loading dataset data/vocab.t7 not found -- Parsing Cornell movie dialogs data...
Ran into an install error using the following commands for cltorch, clnn. The github repo recommends using the non luarocks installation method: Please do NOT use any of: luarocks install...