Skip to content

Instantly share code, notes, and snippets.

@yzchen
Last active April 18, 2019 11:01
Show Gist options
  • Save yzchen/617ccf19e7673a03ae941efc8d8e2475 to your computer and use it in GitHub Desktop.
Save yzchen/617ccf19e7673a03ae941efc8d8e2475 to your computer and use it in GitHub Desktop.
find -name "resnet_50_1024_nodes_32k_batch_solver_iter_*" -type f -exec du -ch {} + | grep total$
ls -t /project/k1341/softwares/caffe/shaheen/snapshots/resnet_50_512_nodes_16k_batch_solver* | head -n 182 | while read f; do echo $f | rename "512_nodes_16k" "1024_nodes_32k" $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment