일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- adamatch paper
- dann paper
- semi supervised learnin 가정
- shrinkmatch paper
- 최린컴퓨터구조
- CGAN
- Meta Pseudo Labels
- mme paper
- SSL
- tent paper
- UnderstandingDeepLearning
- shrinkmatch
- Pix2Pix
- CoMatch
- GAN
- dcgan
- CycleGAN
- conjugate pseudo label paper
- mocov3
- WGAN
- 백준 알고리즘
- 딥러닝손실함수
- BYOL
- simclrv2
- remixmatch paper
- ConMatch
- cifar100-c
- Entropy Minimization
- Pseudo Label
- 컴퓨터구조
Archives
- Today
- Total
목록pytorch (1)
Hello Computer Vision
파이토치 모델 구조 살펴보기(summary)
이번에 kaggle 대회 참여를 위해 CycleGAN공부를 하던 도중 완성된 모델에 대해 한눈에 알아보려고 summary기능을 사용해보려고 했는데 (기존에는 keras를 사용해서 model.summary() 사용) 파이토치에서는 동일하게 적용되지 않더라고요 그래서 찾아본 결과 3가지 방법이 있었는데요. 1. 모델 입력하기 mod = Discriminator(3) mod Discriminator( (initial): Sequential( (0): Conv2d(3, 64, kernel_size=(4, 4), stride=(2, 2), padding=(1, 1), padding_mode=reflect) (1): LeakyReLU(negative_slope=0.2) ) (model): Sequential( (0..
딥러닝/파이토치
2022. 11. 15. 10:44