Skip to content

Commit

Permalink
NA
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616934117
  • Loading branch information
zhouhao138 authored and Responsible ML Infra Team committed Mar 18, 2024
1 parent 8f2dc52 commit 42e3607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairness_indicators/example_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def parse_function(serialized):
filenames=[train_tf_file]).map(parse_function).batch(512)
return train_dataset

text_embedding_column = hub.text_embedding_column(
text_embedding_column = hub.feature_column.text_embedding_column(
key=text_feature, module_spec=module_spec)

classifier = tf_estimator.DNNClassifier(
Expand Down

0 comments on commit 42e3607

Please sign in to comment.