Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:12
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 joelouismarino/1c4592a512e81b080c24aabeac2b278d to your computer and use it in GitHub Desktop.
Save joelouismarino/1c4592a512e81b080c24aabeac2b278d to your computer and use it in GitHub Desktop.
if 'fc' in layer_name or 'classifier' in layer_name:
weights = np.transpose(weights)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment