运行https://github.com/PacktPublishing/TensorFlow-Machine-Learning-Projects/blob/master/Chapter11/ch-11.ipynb

时间:2019-05-13 09:01:27

标签: python tensorflow machine-learning keras

github repo上显示的以下代码显示为正常执行。 在尝试使用以下堆栈执行同一示例时:

  • NumPy:1.14.3
  • 熊猫:0.23.4
  • TensorFlow:1.12.0
  • keras:2.1.6-tf
  • Python解释器和版本:3.6.6 | Anaconda,Inc. | (默认值,2018年10月9日,12:34:16)
  • [GCC 7.3.0]

出现以下错误:-

InvalidArgumentError: indices[0,0] = 570882 is not in [0, 235062)
     [[{{node ItemsEmbedding_5/embedding_lookup}} = ResourceGather[Tindices=DT_INT32, dtype=DT_FLOAT, validate_indices=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](ItemsEmbedding_5/embeddings, ItemsEmbedding_5/Cast)]]

0 个答案:

没有答案