ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type numpy.ndarray). To use for embeddings

前端 未结 0 1433
Happy的楠姐
Happy的楠姐 2021-01-26 06:10

I have the following Keras data generator, that receives pairs as input of the form:

    pairs = [((0, 1, 2), 0), 
             ((3, 4, 5, 6, 7, 8, 9, 10, 11), 0)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题