From b6247d1acbe4616fe5b25b38ca4dc93db87a5050 Mon Sep 17 00:00:00 2001 From: "jules@lens" Date: Mon, 12 Nov 2018 22:11:37 +0100 Subject: semicolon --- cleanup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cleanup.sh') diff --git a/cleanup.sh b/cleanup.sh index 8b48e0f..ee5f5ad 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -2,11 +2,23 @@ # Clean up stuff that we don't need that takes up lots of disk space. +df -h + +echo +echo "Cleaning up checkpoints..." + rm checkpoints/*/1_*.pth rm checkpoints/*/2_*.pth rm checkpoints/*/3_*.pth rm checkpoints/*/4_*.pth rm checkpoints/*/5_*.pth +rm checkpoints/*/6_*.pth +rm checkpoints/*/7_*.pth + +echo "Cleaning up recursive frames..." rm -rf recursive/*/*_0149 +echo +df -h + -- cgit v1.2.3-70-g09d2