Advertisement
sk82

Untitled

Nov 10th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. fusion_layer = self._modelKeras.get_layer('fusion')
  2. fuse = tf.keras.backend.function([fusion_layer.input], [fusion_layer.output])
  3. prediction = fuse(aligned_pyramid)[0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement