ImportError: No module named input_embedding in package DeepCTR
wenruij opened this issue · 2 comments
wenruij commented
ImportError: No module named input_embedding
when from deepctr.input_embedding import create_singlefeat_inputdict
(master/code/models/dsin.py
)
pip install deepctr
has been done!
python version: Python 2.7.10
shenweichen commented
please use pip install deepctr==0.4.1
wenruij commented
Thanks, that works.