More actions
imported>rabierre No edit summary |
imported>rabierre No edit summary |
||
| Line 11: | Line 11: | ||
** [https://www.tensorflow.org/versions/r0.9/how_tos/image_retraining/index.html#training-on-flowers flower classification]을 하려고 했으나 실패 | ** [https://www.tensorflow.org/versions/r0.9/how_tos/image_retraining/index.html#training-on-flowers flower classification]을 하려고 했으나 실패 | ||
== 다음 시간에는 == | == 다음 시간에는 == | ||
* Docker에 개발 환경 세팅해오기 | |||
** tensorflow slim | |||
Revision as of 16:38, 25 September 2016
내용
- 프로젝트 결정
- chicken vs poodle: 후라이드 치킨과 갈색 푸들을 구별할 수 있는 이미지넷 만들기.
- tensorflow slim
- image retraining: 구글에서 공개한 인셉션의 trained model을 사용하기로 함.
- Issue
- slim이 미완성 패키지라 릴리즈 패키지(v0.10.0)에서 기능을 사용할 수 없음
- flower classification을 하려고 했으나 실패
다음 시간에는
- Docker에 개발 환경 세팅해오기
- tensorflow slim