macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

"cltorch" and "clnn" required even when running with "--cuda" #23

Closed vikram-gupta closed 8 years ago

vikram-gupta commented 8 years ago

I am running the training module using using "--cuda" parameter.

th train.lua --cuda --dataset 5000 --hiddenSize 100

But since, the file "neuralconvo.lua" requires "cltorch" and "clnn", the training fails. Is this intended? Can we safely remove the requirement for "cltorch" and "clnn" from "neuralconvo.lua" ?

macournoyer commented 8 years ago

25 should fix this