DeepLearn
DeepLearn copied to clipboard
No module named dl
trafficstars
after installing requirements I get a "no module named dl" error in WikiQA_CNN+Feat
dl is defined in the dl_text module. I think the problem is in first line of main.py. Change the following line
from dl_text import *
to
from dl_text import dl
Although this solves the problem, I am not sure why it works.