zhougr1993 / DeepInterestNetwork

1.6k stars 556 forks source link

TypeError: iter() returned non-iterator of type 'DataInputTest' #87

Open ucasiggcas opened 3 years ago

ucasiggcas commented 3 years ago

hi,dear I met this bug in running the DIN project, the same steps as you So what's the problem ?

Traceback (most recent call last):
  File "train.py", line 163, in <module>
    print('test_gauc: %.4f\t test_auc: %.4f' % _eval(sess, model))
  File "train.py", line 131, in _eval
    for _, uij in DataInputTest(test_set, test_batch_size):
TypeError: iter() returned non-iterator of type 'DataInputTest'

thx

huanypp commented 5 months ago

May I ask how you solved it?