使用SSD训练过程中出现这样的报错怎么解决
tensorflow吧
全部回复
仅看楼主
level 1
弃疗中二 楼主
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[0] = 0 is not in [0, 0)
小白一枚 恳请大神指点
2019年06月05日 02点06分 1
level 1
我也遇到了这个问题,请问你解决了吗
2020年09月23日 13点09分 2
level 1
同问
2020年09月30日 08点09分 3
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
1