DeepLearn icon indicating copy to clipboard operation
DeepLearn copied to clipboard

No module named dl

Open trebuchet90 opened this issue 7 years ago • 1 comments
trafficstars

after installing requirements I get a "no module named dl" error in WikiQA_CNN+Feat

trebuchet90 avatar Apr 13 '18 19:04 trebuchet90

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.

GauravBh1010tt avatar Apr 14 '18 01:04 GauravBh1010tt