Closed OguzAtaCal closed 4 months ago
Let's keep in mind that the .csv check in the bash script prevents restarting our previous erroneous vit_small runs (the oneswhich actually used rn50). Command that removes every line containing vit_small
:
Verify: sed '/vit_small/d' ./downstream_results.csv
Execute: sed -i '/vit_small/d' ./downstream_results.csv