강의

멘토링

로드맵

Inflearn Community Q&A

landsky1234's profile image
landsky1234

asked

A Complete Guide to Deep Learning CNN - TensorFlow Keras Version

Scaling method for image pixel values, tf style? torch style?

안녕하세요 교수님 코드 부분 질문있습니다.

Resolved

Written on

·

273

0

캡처.PNG

show_pixel_histogram(images_array[0])값이 실행할때마다 항상 다른 히스토그램을 보여주고있습니다.

실행할때마다 batch_size만큼 다음 batch로 넘어가기 때문에 히스토그램 값이 달라지는것이 맞는지 여쭤보고 싶습니다.

머신러닝딥러닝kerastensorflowkagglecnn

Answer 1

0

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

안녕하십니까,

짜신 코드를 정확히 보지는 않았지만, 말씀하신 대로 Batch별로 이미지가 달라져서 그렇게 나오는것 같습니다.

감사합니다.

landsky1234's profile image
landsky1234

asked

Ask a question