Skip to content

Instantly share code, notes, and snippets.

@McSpooder
Created July 22, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McSpooder/6a26788367d05bfce2ed4924f5d2f0d2 to your computer and use it in GitHub Desktop.
Save McSpooder/6a26788367d05bfce2ed4924f5d2f0d2 to your computer and use it in GitHub Desktop.
Connection skips - Concatenation
out_a = self.stack3_a(out_a)
out_b = self.stack3_b(out_b)
out = torch.cat((out_a, out_b), 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment