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
- 우울증
- sentiment analysis
- Classification Task
- word embedding
- 품사태깅
- pytorch
- 인공지능
- 전처리
- CUDA
- 자연어처리
- 대학원
- Word2Vec
- NLP
- naver movie review
- 수기
- 석사
Archives
- Today
- Total
슬기로운 연구생활
[ Tensorflow ] TypeError: Expected int32, got list containing Tensors of type '_Message' instead. 본문
슬기로운 에러 생활
[ Tensorflow ] TypeError: Expected int32, got list containing Tensors of type '_Message' instead.
vhrehfdl 2019. 9. 8. 11:40Tensorflow가 1.x 대로 업그레이드 되면서 tf.concat의 input이 달라져서 생기는 문제이다.
( 그림1 )과 같이 수정해준다.
'슬기로운 에러 생활' 카테고리의 다른 글
[ PHP ] Exec Error (0) | 2019.09.10 |
---|---|
[ Pycharm ] pycharm java_home error (0) | 2019.09.08 |
[ Tensorflow ] Only call `softmax_cross_entropy_with_logits` with named argument (0) | 2019.09.08 |
[ Server ] SSH 접속 (0) | 2019.09.08 |
[ Server ] ubuntu 3306 port 열기 (0) | 2019.09.08 |
Comments