Skip to content

Instantly share code, notes, and snippets.

@radi-cho
Created September 10, 2022 20:07
Show Gist options
  • Save radi-cho/64886bcdfcac5c2e3baea9b43e59092a to your computer and use it in GitHub Desktop.
Save radi-cho/64886bcdfcac5c2e3baea9b43e59092a to your computer and use it in GitHub Desktop.
def call(self, inputs):
x = self.normalize1(inputs)
x_projected = self.channel_projection1(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment