Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # get the conv layers
  2.  
  3. cp owl_inception_structure.txt conv_structure.txt
  4. sed -i.bak '/\[ Node conv2d/,/^\s*$/' conv_structure.txt
  5. diff -biw conv_structure.txt owl_inception_structure.txt | sed -n 's/^> //p'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement