We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2dc52 commit 42e3607Copy full SHA for 42e3607
fairness_indicators/example_model.py
@@ -71,7 +71,7 @@ def parse_function(serialized):
71
filenames=[train_tf_file]).map(parse_function).batch(512)
72
return train_dataset
73
74
- text_embedding_column = hub.text_embedding_column(
+ text_embedding_column = hub.feature_column.text_embedding_column(
75
key=text_feature, module_spec=module_spec)
76
77
classifier = tf_estimator.DNNClassifier(
0 commit comments