Created
July 22, 2020 13:41
-
-
Save McSpooder/6a26788367d05bfce2ed4924f5d2f0d2 to your computer and use it in GitHub Desktop.
Connection skips - Concatenation
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
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