Open FarisHijazi opened 4 years ago
I had an issue where the zips would get deleted although the unzip command had failed, this caused me to download the weights multiple times. I edited the script so that it would only delete the files IFF the unzip is successful.
unzip
This should help reducing bandwidth too
I had an issue where the zips would get deleted although the
unzip
command had failed, this caused me to download the weights multiple times. I edited the script so that it would only delete the files IFF the unzip is successful.This should help reducing bandwidth too