Created
September 10, 2022 20:06
-
-
Save radi-cho/6b14a7ffbd1f42c127cb9043fad4b93a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v_channels = tf.linalg.matrix_transpose(v) | |
v_projected = self.spatial_projection(v_channels) | |
v_projected = tf.linalg.matrix_transpose(v_projected) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment