Skip to content

Instantly share code, notes, and snippets.

@SamratSahoo
Created October 31, 2020 23:59
Show Gist options
  • Select an option

  • Save SamratSahoo/a91f0c122f0f5c62eabc680e74410b32 to your computer and use it in GitHub Desktop.

Select an option

Save SamratSahoo/a91f0c122f0f5c62eabc680e74410b32 to your computer and use it in GitHub Desktop.
def forward(self, x):
x = self.encoder(x)
x = self.decoder(x)
return x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment