Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fusion_layer = self._modelKeras.get_layer('fusion')
- fuse = tf.keras.backend.function([fusion_layer.input], [fusion_layer.output])
- prediction = fuse(aligned_pyramid)[0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement