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 | 31 |
Tags
- 우울증
- CUDA
- 품사태깅
- sentiment analysis
- 인공지능
- NLP
- 전처리
- 자연어처리
- Classification Task
- 대학원
- word embedding
- pytorch
- 석사
- Word2Vec
- 수기
- naver movie review
Archives
- Today
- Total
슬기로운 연구생활
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. 본문
슬기로운 에러 생활
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
vhrehfdl 2022. 11. 22. 22:17에러 메시지 : If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
에러 원인 : PaddleOCR fine-tune 하다가 에러가 발생했다. protoc 에러였고 상대적으로 쉽게 해결했다.
해결 방법 : 라이브러리 설치 다시 해주면된다.
pip install protobuf==3.20.*
'슬기로운 에러 생활' 카테고리의 다른 글
AttributeError: 'ParallelEnv' object has no attribute '_device_id' (0) | 2023.03.06 |
---|---|
Missing or invalid credentials. (1) | 2022.11.23 |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 (0) | 2022.11.22 |
ModuleNotFoundError: No module named 'paddle' (0) | 2022.11.16 |
FatalError: Segmentation fault is detected (0) | 2022.11.16 |
Comments