Different shapes when using dot function in keras loss function

前端 未结 0 1321
半阙折子戏
半阙折子戏 2020-11-28 08:17

I am trying to use a custom loss in keras:

from tensorflow.keras import backend as K

def IoULoss(targets, inputs, smooth=1e-6):
    #flatten label and predic         


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