fudannlp16 / focal-loss

Tensorflow version implementation of focal loss for binary and multi classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

分割

xihuanliuliu opened this issue · comments

commented

大佬,请问3d分割损失函数改怎么实现呢?
pred = [b, d, h, w, c]
tg = [b, d, h, w, c]
c = n_class = 4