OperatorNotAllowedInGraphError: using a `tf.Tensor` as a Python `bool` is not allowed: AutoGraph did convert this function

后端 未结 0 1127
我寻月下人不归
我寻月下人不归 2020-12-29 14:32

I\'m trying to filter a tensorflow.dataset by its index:

    dataset = tf.data.Dataset.from_tensor_slices((sequences_matrix, label_data.astype(np         


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