Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ValueError: This model has not yet been built. Build the model first by calling `build()` or calling `fit()` with some data, or specify an `input_shape` argument in the first layer(s) for automatic build.
  2.  
  3. model = MyModel(5, 30)
  4. model(tf.keras.layers.Input((30,)))
  5. model.summary()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement