Skip to content

Commit

Permalink
fix test style (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangw1234 committed Sep 27, 2021
1 parent cc207c2 commit 3f8d8f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def create_test_dataset(config):

def simple_model(config):
import tensorflow as tf
model = tf.keras.models.Sequential([tf.keras.layers.Dense(10, input_shape=(1,)), tf.keras.layers.Dense(1)])
model = tf.keras.models.Sequential([tf.keras.layers.Dense(10, input_shape=(1,)),
tf.keras.layers.Dense(1)])
return model


Expand Down

0 comments on commit 3f8d8f8

Please sign in to comment.