Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class Custom(tf.keras.Model):
  2. ...
  3.  
  4. def compute_output_shape(self, input_shape):
  5. # input_shape = (None, ...)
  6. batch_size = ???
  7. return (batch_size, ...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement