슬기로운 에러 생활
[ 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