Created
May 24, 2017 14:48
-
-
Save psycharo-zz/3d1539ad548fb73a5c2ecf9df2888fab to your computer and use it in GitHub Desktop.
converting theano transpose convolution filters to tensorflow format
This file contains hidden or 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
w = w.transpose([2, 3, 1, 0]) | |
w = w[::-1,::-1,:,:] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment