dice loss
-
아파서 내일 할 것만 정리딥러닝/pytorch 2020. 2. 6. 12:02
새벽부터 메스껍고 구토할 거 같아서 병원에서 약타고 오후 반차... 오늘 unet 을 써서 학습하려고 했는데 일단 찾아놓은 것만 올려놓고 ㅌㅌ한다 unet 코드 https://github.com/milesial/Pytorch-UNet milesial/Pytorch-UNet PyTorch implementation of the U-Net for image semantic segmentation with high quality images - milesial/Pytorch-UNet github.com 여기서는 dice loss를 쓴다고 했는데 뭔 주사위 loss인가 싶어서 좀 찾아서 읽다가 눈에 초점을 잃어버림 다양한 loss에 대한 정리 https://lars76.github.io/neural-networ..