Skip to content

Commit

Permalink
Added cleanup_files.sh to clean extra files that can slow-down the …
Browse files Browse the repository at this point in the history
…git and test process
  • Loading branch information
DomInvivo committed Mar 30, 2023
1 parent 24632de commit 755ac85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cleanup_files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Delete saved files like wandb, checkpoints, profiling etc.
# Usage: bash cleanup_files.sh
rm -rf wandb/*
rm -rf checkpoints/*
rm -rf pro_vision/*
rm -rf outputs/*
rm -rf models_checkpoints/*
rm -rf datacache/*

0 comments on commit 755ac85

Please sign in to comment.