transfer learning1 [CONVOLUTIONAL NEURAL NETWORKS IN TENSORFLOW] Horses vs. humans using Transfer Learning 코세라의 deeplearning.AI tensorflow developer 전문가 자격증 과정내에 Convolutional Neural Networks in TensorFlow 과정의 3주차 Transfer Learning 챕터의 코드 예제입니다. 1) 다른 사람이 이미 training 시켜 놓은 layer와 weight를 이용하여 모델을 구성할 수 있다. InceptionV3 model와 weight를 다운로드받는다. 2) 내 모델의 input으로 쓰일 Inception model의 'mixed7' layer의 output을, last_output 으로 선언한다. 3) last_output을 input으로 사용할 수 있도록, flatten하고 내 모델의 dense layer에 입력으로 넣는다. 4) d.. 2020. 11. 16. 이전 1 다음