Last active
April 18, 2019 11:01
-
-
Save yzchen/617ccf19e7673a03ae941efc8d8e2475 to your computer and use it in GitHub Desktop.
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
find -name "resnet_50_1024_nodes_32k_batch_solver_iter_*" -type f -exec du -ch {} + | grep total$ |
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
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