EdgeTPU

    MobileNet V2 classifier for Edge TPU(TensorFlow2, Python)

    임베디드 환경에서는 MobileNet처럼 경량화된 모델을 사용하여 딥러닝 연산을 수행하면 좋다. MobileNet에 대해서는 나중에 논문 리뷰를 할 예정이다. (도대체 언제 할거니) 이번에는 MobileNet에 대해서 설명하기 보다 구글에서 제공하는 모델 학습 파일을 리뷰한다. Retrain MobileNet V2 classifier for the Edge TPU (TF2) Run, share, and edit Python notebooks colab.research.google.com Retrain a classification model for Edge TPU using post-training quantization (with TF2) 대충 번역하면 훈련 후 양자화를 이용한 분류 모델 재훈련이다. ..