일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- c언어
- #English
- 영어명언
- keras
- 완전탐색
- #영어
- python list
- tokenizing
- #영어 명언
- TensorFlow
- #프로젝트
- python __init__
- 영어
- text2img
- 딥러닝
- Convolution Neural Network
- python 알고리즘
- 이미지 생성
- #실생활영어
- findContours
- tensorflow update
- opencv SURF
- object detection
- #1일1영어
- word embedding
- convexhull
- #Android
- #opencv
- #일상영어
- #실생활 영어
Archives
- Today
- Total
When will you grow up?
model name exchange 본문
이미 pre-training 된 모델을 2개 사용하여 합칠시에, 중복되는 이름이 있으면 하나만 인식한다.
그래서 다른 하나의 모델은 이름을 변경해야 된다.
1 2 3 4 5 6 7 | # index 접근 model_Image.get_layer(index=0).name='a' #name 접근 model_Image.get_layer('pool5').name='a' | cs |
'02. Study > Keras' 카테고리의 다른 글
Custom Dataset으로 Retinanet 학습하기 (9) | 2020.02.12 |
---|---|
keras model 저장 및 callback (0) | 2019.08.07 |
fit_generator with multiple inputs (0) | 2018.03.22 |
Keras Visualization (0) | 2018.03.17 |
Keras Update(Window10 Conda) (0) | 2018.03.14 |
Comments