일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #1일1영어
- python list
- 이미지 생성
- #opencv
- #프로젝트
- python __init__
- c언어
- Convolution Neural Network
- #영어
- 영어명언
- #영어 명언
- findContours
- #일상영어
- #English
- TensorFlow
- python 알고리즘
- 완전탐색
- 영어
- #Android
- 딥러닝
- text2img
- tensorflow update
- convexhull
- #실생활영어
- object detection
- opencv SURF
- keras
- #실생활 영어
- word embedding
- tokenizing
Archives
- Today
- Total
When will you grow up?
Keras Update(Window10 Conda) 본문
최근 3월 7일에 Keras 2.1.5버전이 나와서 보던도중 brightness_range인자를 한번 사용해보고자 업데이트를 하였다.
업데이트 내용이 더 궁금하시면 https://github.com/keras-team/keras/releases/tag/2.1.5 확인하시면 좋을꺼 같다
업데이트 방법은 conda 환경에서 아주 간단하다.
pip install keras --upgrade
위 명령어로 간단하게 업데이트시킬수 있다.
'02. Study > Keras' 카테고리의 다른 글
fit_generator with multiple inputs (0) | 2018.03.22 |
---|---|
Keras Visualization (0) | 2018.03.17 |
VGG+ResNet(Fashion_MNIST) (0) | 2017.12.10 |
Sequence-to Sequence (0) | 2017.12.08 |
Text Generation(using LSTM) (0) | 2017.11.24 |
Comments