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 hub embedded_text_feature_column = hub.text_embedding_column( key="sentence", module_spec="https://tfhub.dev/google/nnlm-en-dim128/1") The error i get is the following: RuntimeError Traceback (most recent call last) <ipython-input-18-df9239a27166> in <module>() 2 embedded_text_feature_column = hub