Pytorch Documentation에 구현되어 있는 모델들을 하나씩 파헤쳐보자.
https://pytorch.org/docs/stable/torchvision/models.html#torchvision-models
https://pytorch.org/docs/stable/_modules/index.html
checklist - paper
- [ - ] Fully Convolutional Network
- [ ] Alexnet (2012)
- [ ] densenet (2016)
- [ ] faster rcnn (2015)
- [ ] mask rcnn (2017)
- [ ] googlenet
- [ ] inception
- [ ] mnasnet
- [ ] mobilenet
- [ ] resnet
- [ ] resnext
- [ ] wide resnet
- [ ] shufflenet
- [ ] squeezenet
- [ ] vgg
- [ ] video resnet
cheklist - source code
- [ ] Fully Convolutional Network
- [ ] Alexnet
- [ ] densenet
- [ ] faster rcnn
- [ ] mask rcnn
- [ ] googlenet
- [ ] inception
- [ ] mnasnet
- [ ] mobilenet
- [ ] resnet
- [ ] resnext
- [ ] wide resnet
- [ ] shufflenet
- [ ] squeezenet
- [ ] vgg
- [ ] video resnet
'Deep Learning > CNN Models' 카테고리의 다른 글
Resnet (2015) (0) | 2019.11.05 |
---|---|
GoogLeNet (2014) (0) | 2019.10.28 |
AlexNet (2012) (0) | 2019.10.26 |