Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snoop2head authored Aug 28, 2021
1 parent 62cd46f commit 50b44a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


## Training
- [ ] 연주님: 하나의 모델에서 레이어를 각각각 써서 하나의 결과값으로 나오게 하는 것. -> Multimodal
- [ ] 연주님: 하나의 모델에서 레이어를 각각각 써서 하나의 결과값으로 나오게 하는 것.
- [ ] Use SGD, SGDP as optimizer. SGD outperforms Adam.
- [ ] early stopping on age (epoch 10 is too much already)
- [ ] Try Multimodal of ViT on Age, EfficientNet on Mask and Gender
Expand All @@ -28,6 +28,8 @@ criterion_weighted = nn.CrossEntropyLoss(weight=class_weights,reduction='mean')
loss_weighted = criterion_weighted(x, y)

```
- [ ] 정답 클래스가 하나가 아니라 두 개일 수도 있다는 생각이 들었어요. 반팔티에다가 반바지를 입고 있다고 하면, 1) 반팔, 2) 반바지라는 2개 이상인 output을 내는 거에요.
Multilabel task가 정답이 두 개 이상일 태스크를 의미하는 것 같은데. 이걸 접근 방식을 18개 중에 하나가 아니라, 3가지 유형을 정해놓고, 정답을 내보자 하면은. Multilabel Task를 공부하면 도움이 될 것 같습니다.



Expand Down

0 comments on commit 50b44a7

Please sign in to comment.