일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- convexhull
- #영어 명언
- text2img
- c언어
- word embedding
- python 알고리즘
- #1일1영어
- tensorflow update
- 이미지 생성
- Convolution Neural Network
- 완전탐색
- #실생활 영어
- TensorFlow
- python __init__
- opencv SURF
- python list
- #Android
- #일상영어
- object detection
- #opencv
- #실생활영어
- #English
- tokenizing
- findContours
- #프로젝트
- 영어
- 딥러닝
- 영어명언
- keras
- #영어
Archives
- Today
- Total
목록fit_generator with multiple inputs (1)
When will you grow up?
fit_generator with multiple inputs
Keras를 사용할때 어떠한 모델을 커스텀해서 사용 할 경우가 있다. 예를들어, input을 두개의 종류를 받고 따로따로 학습시켜서 합치거나 더하는 경우도 있을꺼고.... 자신만의 모델을 만드는건 차후 블로그 포스팅을 할예정.. 그런데 input을 두개 넣어야 될 경우가 있다. 위 그림과 같은 모델을 설계 하였을 경우,input이 2개가 되는데, 그냥 넣으면 되겠지 하고 넣었다가 [Error]Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 2 array(s), but instead got the ..
02. Study/Keras
2018. 3. 22. 02:00