summaryrefslogtreecommitdiff
path: root/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.sh')
-rwxr-xr-xcleanup.sh12
1 files changed, 12 insertions, 0 deletions
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
+