level 1
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[0] = 0 is not in [0, 0)
小白一枚 恳请大神指点
2019年06月05日 02点06分
1
level 1
提示还不明显吗?indices[0] = 0 is not in [0, 0);id集合对应范围不对,可以加一试试:
SparseFeat('itemId', int(data['itemId'].max()+1), embedding_dim)
2021年03月02日 07点03分
4