标签: python tensorflow keras deep-learning loss-function
我正在尝试在Keras(Tensorflow后端)中编写自定义损失函数。损失函数必须使用当前微型批次的瞬时训练输入(特征,而不是y_true)。如何将当前瞬时批次的训练功能纳入损失函数?