https://github.com/stonegyoung/Pytorch_Study/blob/master/multi_label.ipynb Pytorch_Study/multi_label.ipynb at master · stonegyoung/Pytorch_StudyPytorch 공부. Contribute to stonegyoung/Pytorch_Study development by creating an account on GitHub.github.com멀티 레이블이란?정답(라벨)이 여러 개 존재하며, 각 라벨에 대해 맞는 경우만 1로 표시하고, 아닌 경우 0으로 표시하는 리스트 형태 ex) black dress가 정답인 경우 이를 위해 출력층에서 Sigmoid 활성화 함수를 통과하며, 결과가 각 클래스(..