Skip to content

Instantly share code, notes, and snippets.

@psycharo-zz
Created May 24, 2017 14:48
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 psycharo-zz/3d1539ad548fb73a5c2ecf9df2888fab to your computer and use it in GitHub Desktop.
Save psycharo-zz/3d1539ad548fb73a5c2ecf9df2888fab to your computer and use it in GitHub Desktop.
converting theano transpose convolution filters to tensorflow format
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