Loss score does not update in custom loss

前端 未结 0 1322
甜味超标
甜味超标 2021-02-13 02:53

I have the below custom loss which during training does not udpate

def cluster_loss(z, centers):

 partial = tf.math.pow(tf.squeeze(tf.norm(z - centers, ord=\'euc         


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