Skip to content

Commit

Permalink
NA
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627861216
  • Loading branch information
zhouhao138 authored and Responsible ML Infra Team committed Apr 24, 2024
1 parent 0e14d91 commit b94e1d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fairness_indicators/example_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def test_example_model(self):
data = self._create_data()
classifier = example_model.ExampleModel(example_model.TEXT_FEATURE)
classifier.compile(optimizer=keras.optimizers.Adam(), loss='mse')
print([e.SerializeToString() for e in data])
classifier.predict(tf.constant([e.SerializeToString() for e in data]))
classifier.fit(
tf.constant([e.SerializeToString() for e in data]),
np.array([
Expand Down

0 comments on commit b94e1d5

Please sign in to comment.