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 |
Tags
- apt clean
- without nohup.out
- python3
- 프로그래머스 실패율
- Leetcode 121
- tensorflow model load
- linux bash
- apt autoremove
- 프로그래머스 구명보트
- git commit message
- LaTeX figure
- 프로그래머스
- vim 괄호 비활성화
- vim 찾아 바꾸기
- vi/vim 명령어
- VirtualBox
- vim 치환
- Python Imaging Library
- 프로그래머스 체육복
- Leetcode 70
- vi/vim commands
- latex 첨자
- vim set noshowmatch
- Climbing Stairs
- linux prompt color
- url reference
- csv x range
- 걸쳐서 그림 넣기
- Resolution Changing
- gnuplot csv
Archives
- Today
- Total
기억노트
ValueError: ('Unrecognized keyword arguments:', [u'ragged']) 해결 본문
Programming/VirtualBox + Ubuntu
ValueError: ('Unrecognized keyword arguments:', [u'ragged']) 해결
진바니 2020. 5. 24. 20:16Tensorflow 에서 저장한 모델을 불러오기 할 때 발생한 에러이다.
구체적으로는 TeachableMachine 에서 학습시킨 모델을 python 코드 내의 모델 불러오는 부분에서 발생한 에러이다.
한참을 헤매다가 tensorflow 를 삭제하고 설치하는 과정을 몇 번 반복하니 tensorflow가 최신 버전일 때는 오류가 발생하지 않지만 버전이 낮을 경우에 저 에러가 발생한 다는 것을 깨달았다.
2020년 4월 기준으로 python2.7 버전에서는 tensorflow1.15 버전에서, python3.x 버전에서는 tensorflow2.1.0 버전에서 오류없이 모델을 불러왔다.
'Programming > VirtualBox + Ubuntu' 카테고리의 다른 글
'Some index files failed to download. They have been ignored or old ones used instead' 해결 (0) | 2020.05.19 |
---|---|
VirtualBox + Ubuntu 해상도 (resolution) 변경 (0) | 2020.04.25 |
ImportError: No module named PIL 해결 (0) | 2020.04.25 |
VT-x is disabled in the BIOS for all CPU modes 해결 (0) | 2020.04.23 |