我不确定如何调试用于编译模型的自定义损失函数。我想可视化 y_true 和 y_pred 形状,如果可能的话,在 train_on_batch 运行期间调用它们时查看它们的数据。我该怎么做?
如果我使用 tf.make_ndarray(),则会收到以下错误
shape = [d.size for d in tensor.tensor_shape.dim] AttributeError: 'Tensor' object has no attribute 'tensor_shape'
我也不能调用 y_true.eval() 因为该函数是用损失函数编译的。因此,它期望占位符