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
- word embedding
- Classification Task
- CUDA
- NLP
- pytorch
- Word2Vec
- 인공지능
- 석사
- 수기
- sentiment analysis
- naver movie review
- 대학원
- 자연어처리
- 품사태깅
- 우울증
- 전처리
Archives
- Today
- Total
슬기로운 연구생활
[ Tensorflow ] RuntimeError: Missing implementation that supports: loader(*('/tmp/tfhub_modules/mobilenet_module',) 본문
슬기로운 에러 생활
[ Tensorflow ] RuntimeError: Missing implementation that supports: loader(*('/tmp/tfhub_modules/mobilenet_module',)
vhrehfdl 2019. 9. 10. 11:37* 해결 방법
- loader 뒤에 뜨는 에러메세지 경로에 들어가서 tf_hub 파일을 지워주고 다시 실행시키니 작동하였다.
이게 갑자기 어느 순간에 에러가 발생하는데... 왜 발생하는지는 모르겠다.
그래도 해결방법이 단순하다.
* 참고 URL
How to fix "RuntimeError: Missing implementation that supports: loader" when calling hub.text_embedding_column method?
I'm trying to fit a text classification model. Therefore i wanted to use the text_embedding_column function provided by tensorflow-hub. Unfortunately i get a runtime error import tensorflow_hub as...
stackoverflow.com