https://deep-deep-deep.tistory.com/18
Tensorflow 케라스 EfficientNet Finetuning 예제 - 1
Image classification via fine-tuning with EfficientNet Author: Yixing_Fu Date created: 2020/06/30 Last modified: 2020/07/16 Description: imagenet으로 pretrained된 EfficientNet의 Weights를 활용한 Stanford Dogs Classification - Keras - Colab - Github
deep-deep-deep.tistory.com
https://smecsm.tistory.com/240
(신경망) EfficientNet B0~B7 input size & ouput size
B0 B1 B2 B3 B4 B5 B6 B7 Input 224 240 260 300 380 456 528 600 output 1280 1280 1408 1536 1792 2048 2304 2560 Input size는 실제로는 다른 값을 사용해도 되지만, 각 모델에 대한 최적의 size이므로, 테스트할 당시 input size를
smecsm.tistory.com
EfficientNet의 Input은 Effinet 모델명 B0~B7에 따라 아래와 같이 최적화 된 인풋 사이즈가 존재함
B0 | B1 | B2 | B3 | B4 | B5 | B6 | B7 | |
Input | 224 | 240 | 260 | 300 | 380 | 456 | 528 | 600 |
(위의 게시글들 참고)
'AI > tensorflow' 카테고리의 다른 글
학습 중지된 경우 이어서 하려면? (0) | 2023.09.19 |
---|---|
[keras] predict_on_batch 와 predict의 차이 ? (0) | 2023.02.01 |
AttributeError: 'Functional' object has no attribute 'predict_proba' (0) | 2023.01.27 |
[tf.data] data transform하여 dataset 추가하기 (0) | 2022.12.22 |
자주 사용하는 Tensor함수 정리 (0) | 2022.12.22 |