일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- tensorflow update
- keras
- 이미지 생성
- opencv SURF
- TensorFlow
- 영어명언
- Convolution Neural Network
- #영어
- #일상영어
- #프로젝트
- findContours
- #실생활 영어
- #English
- object detection
- #실생활영어
- 완전탐색
- python 알고리즘
- c언어
- 영어
- convexhull
- #1일1영어
- tokenizing
- text2img
- #opencv
- #Android
- 딥러닝
- #영어 명언
- word embedding
- python __init__
- python list
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