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
- 인공지능
- 품사태깅
- 우울증
- sentiment analysis
- 자연어처리
- word embedding
- Word2Vec
- pytorch
- NLP
- 대학원
- CUDA
- 전처리
- 석사
- naver movie review
- 수기
- Classification Task
Archives
- Today
- Total
슬기로운 연구생활
AttributeError: 'str' object has no attribute 'decode' 본문
* 에러 원인 : h5py 버전이 맞지 않아 생기는 문제이다.
* 해결 방법 : h5py 버전을 2.10.0으로 맞추니 해결되었다.
pip install h5py==2.10.0
'슬기로운 에러 생활' 카테고리의 다른 글
Missing key(s) in state_dict: "embeddings.position_ids". (0) | 2021.09.09 |
---|---|
[bentoml] module not found error: no module named (1) | 2021.08.30 |
NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array. (0) | 2021.08.26 |
[BERT] Error: Trying to access flag --preserve_unused_tokens before flags were parsed (0) | 2021.08.24 |
[ Textacy ] textacy 설치 에러 (0) | 2020.06.10 |
Comments