Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vim 괄호 비활성화
- 프로그래머스 구명보트
- vim 찾아 바꾸기
- vi/vim 명령어
- apt clean
- linux prompt color
- apt autoremove
- 걸쳐서 그림 넣기
- Climbing Stairs
- Python Imaging Library
- linux bash
- python3
- 프로그래머스 실패율
- vi/vim commands
- Leetcode 121
- vim set noshowmatch
- csv x range
- 프로그래머스 체육복
- VirtualBox
- vim 치환
- Resolution Changing
- Leetcode 70
- LaTeX figure
- gnuplot csv
- 프로그래머스
- git commit message
- tensorflow model load
- url reference
- without nohup.out
- latex 첨자
Archives
- Today
- Total
목록tensorflow model load (1)
기억노트
ValueError: ('Unrecognized keyword arguments:', [u'ragged']) 해결
Tensorflow 에서 저장한 모델을 불러오기 할 때 발생한 에러이다. 구체적으로는 TeachableMachine 에서 학습시킨 모델을 python 코드 내의 모델 불러오는 부분에서 발생한 에러이다. 한참을 헤매다가 tensorflow 를 삭제하고 설치하는 과정을 몇 번 반복하니 tensorflow가 최신 버전일 때는 오류가 발생하지 않지만 버전이 낮을 경우에 저 에러가 발생한 다는 것을 깨달았다. 2020년 4월 기준으로 python2.7 버전에서는 tensorflow1.15 버전에서, python3.x 버전에서는 tensorflow2.1.0 버전에서 오류없이 모델을 불러왔다.
Programming/VirtualBox + Ubuntu
2020. 5. 24. 20:16