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 |
Tags
- NLP
- sentiment analysis
- naver movie review
- Word2Vec
- CUDA
- 수기
- 전처리
- 자연어처리
- 품사태깅
- word embedding
- 인공지능
- pytorch
- 석사
- Classification Task
- 대학원
- 우울증
Archives
- Today
- Total
슬기로운 연구생활
[ Tensorflow ] TypeError: batch() got an unexpected keyword argument 'drop_remainder' 본문
슬기로운 에러 생활
[ Tensorflow ] TypeError: batch() got an unexpected keyword argument 'drop_remainder'
vhrehfdl 2019. 9. 10. 11:38* 에러 원인
- Tensorflow 버전이 업그레이드 되면서 run_classifier.py의 코드가 수정되었다.
* 해결 방법
- runclassfier.py 파일에서 drop_remainder 코드를 제거해줘야 한다.

