EfficientNet 모델 구조
EfficientNet 정리 글 : [AI Research Paper Review/More] - EfficientNet 정리
EfficientNet - B0 baseline 네트워크 구조
EfficientNet B0 전체 모델 구조 파악
MBConv1 Block 구조 (= mobile inverted bottleneck convolution)
- MobileNetV1 and MobileNetV2
- Depthwise Separable Convolution
- Squeeze-and-Excitation Networks
< 참고 >
논문 :
EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks arxiv.org/pdf/1905.11946.pdf
EfficientNet Google AI Blog ai.googleblog.com/2019/05/efficientnet-improving-accuracy-and.html
Squeeze-and-Excitation Networks arxiv.org/pdf/1709.01507.pdf
MobileNetV2 arxiv.org/pdf/1801.04381.pdf
MobileNetV3 arxiv.org/pdf/1905.02244v5.pdf
코드 : github.com/zylo117/Yet-Another-EfficientDet-Pytorch
블로그 :
EfficientNet: Summary and Implementation hackmd.io/@bouteille/HkH1jUArI
eli.thegreenplace.net/2018/depthwise-separable-convolutions-for-machine-learning/
towardsdatascience.com/squeeze-and-excitation-networks-9ef5e71eacd7
YouTube :
PR-169: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks #TensorFlow-KR 논문읽기모임
'AI > Self-Study' 카테고리의 다른 글
Keras : ImageDataGenerator 대신에 tf.data로 빠르게 학습하기 1 (0) | 2021.04.12 |
---|---|
Keras에서 predict와 predict_generator 가 다른 값을 내는 경우 (Image Data Generator) (0) | 2021.04.09 |
ArcFace - ResNetFace / SE-LResNet50E-IR (2) | 2021.04.09 |
K-Fold Cross Validation 딥러닝 (Keras, Image Data Generator) (0) | 2021.04.08 |
tensorflow 모델 학습 시간 보기 (0) | 2021.01.14 |
댓글
이 글 공유하기
다른 글
-
Keras에서 predict와 predict_generator 가 다른 값을 내는 경우 (Image Data Generator)
Keras에서 predict와 predict_generator 가 다른 값을 내는 경우 (Image Data Generator)
2021.04.09 -
ArcFace - ResNetFace / SE-LResNet50E-IR
ArcFace - ResNetFace / SE-LResNet50E-IR
2021.04.09 -
K-Fold Cross Validation 딥러닝 (Keras, Image Data Generator)
K-Fold Cross Validation 딥러닝 (Keras, Image Data Generator)
2021.04.08 -
tensorflow 모델 학습 시간 보기
tensorflow 모델 학습 시간 보기
2021.01.14