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
- 인공지능
- 석사
- Word2Vec
- pytorch
- Classification Task
- naver movie review
- sentiment analysis
- 대학원
- 전처리
- CUDA
- 우울증
- 수기
- 품사태깅
- NLP
Archives
- Today
- Total
슬기로운 연구생활
[ Tensorflow ] tensorflow version error 본문
- 에러 메세지 : batch() got an unexpected keyword argument ‘drop_remainder’
- 에러 원인 : Tensorflow 버전이 업그레이드 되면서 run_classifier.py의 drop_remainder 파라미터가 없어졌다.
- 해결 방법 : runclassifier.py 파일에서 drop_remainder 코드를 제거해줘야 한다.
'슬기로운 에러 생활' 카테고리의 다른 글
[ Textacy ] textacy 설치 에러 (0) | 2020.06.10 |
---|---|
[ BERT ] NotImplementedError: Layers with arguments in __init__ must override get_config (0) | 2020.05.26 |
[ GPU ] CUDNN_STATUS_EXECUTION_FAILED (0) | 2020.05.24 |
[ Scipy ] scipy import error (0) | 2020.05.24 |
[ Tensorflow ] tensorflow load error (0) | 2020.05.24 |
Comments