FCN-pytorch icon indicating copy to clipboard operation
FCN-pytorch copied to clipboard

Why using BCELoss? That is for binary classification while we have 20 classes

Open lucasjinreal opened this issue 7 years ago • 1 comments

I think multi class can not using BCELoss here, why are u using that?

lucasjinreal avatar Dec 06 '18 01:12 lucasjinreal

The output and the target are both construct with 0 and 1 value. So it's trainable with BCELoss.

pochih avatar Mar 10 '19 15:03 pochih