인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

dlgpqls987612's profile image
dlgpqls987612

asked

A Complete Guide to Deep Learning CNN - TensorFlow Keras Version

How to scale image pixel values, tf style? torch style?

preprocessing_input에 관해서 질문있습니다!

Written on

·

197

0

안녕하세요! image data의 scaling preprocessing 유형에서 질문 있습니다!

 

custom하게 model을 만들 때 pretrained 모델에서의 preprocessing_input과  BatchNormalization layer 중

하나만 사용해야되는게 맞는건가요?

 

 

cnn딥러닝keras머신러닝 배워볼래요? tensorflowkaggle

Answer 1

0

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

안녕하십니까, 

Batch Normalization은 layer 학습중에 layer별 출력값을 normalization 시켜주는 기법이기에 preprocessing_input 함수를 이용한 이미지 입력값의 scaling 적용과 Batch Normalization 적용은 서로 무관합니다. 

감사합니다. 

 

dlgpqls987612's profile image
dlgpqls987612

asked

Ask a question