Related to: Deep Learning
BCELoss(Binary Cross Entroby Loss)
- 결과 값이 두개뿐인 시나리오에서 사용됨
- p : 예측 확률
- y : 지표(BCE의 경우 0 또는 1)
- t : n개의 class중 임의의 class의 index
참조
https://pytorch.org/docs/stable/generated/torch.nn.BCELoss.html
Related to: Deep Learning
https://pytorch.org/docs/stable/generated/torch.nn.BCELoss.html