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
- word embedding
- NLP
- sentiment analysis
- CUDA
- 전처리
- 수기
- 석사
- Word2Vec
- pytorch
- 우울증
- 품사태깅
- naver movie review
- 대학원
- 인공지능
- 자연어처리
- Classification Task
Archives
- Today
- Total
슬기로운 연구생활
[BERT] Error: Trying to access flag --preserve_unused_tokens before flags were parsed 본문
슬기로운 에러 생활
[BERT] Error: Trying to access flag --preserve_unused_tokens before flags were parsed
vhrehfdl 2021. 8. 24. 17:25* 에러 원인 : keras에서 bert를 사용하기 위해서는 bert-tensorflow를 설치해주어야 한다.
하지만 이때 bert-tensorflow의 버전이 다를 경우 에러가 발생할 수 있다.
* 해결 방법 : 버전을 1.0.1로 맞춰서 다시 설치하면 위의 에러가 발생하지 않을 것 이다.
bert-tensorflow==1.0.1
'슬기로운 에러 생활' 카테고리의 다른 글
AttributeError: 'str' object has no attribute 'decode' (0) | 2021.08.26 |
---|---|
NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array. (0) | 2021.08.26 |
[ Textacy ] textacy 설치 에러 (0) | 2020.06.10 |
[ BERT ] NotImplementedError: Layers with arguments in __init__ must override get_config (0) | 2020.05.26 |
[ Tensorflow ] tensorflow version error (0) | 2020.05.26 |
Comments