zhougr1993 / DeepInterestNetwork

1.62k stars 558 forks source link

好像混用了python2的代码 #4

Closed thedogb closed 6 years ago

thedogb commented 6 years ago

在din/input.py 中用的是next(), 在din/model.py里用的是print 没加括号。但是readme里写的是python>=3.6.3。这是有某种python3兼容python2的方法,还是单纯混用了python2的代码?

抱歉,我是新手,如果提问有问题,还请见谅!

zhougr1993 commented 6 years ago

我的疏忽,python 2.7应该是能运行这个代码的 Readme里有点错误

thedogb commented 6 years ago

非常感谢您的回答