KarahanS / Self-Supervised-Learning-for-Medical-Image-Analysis

SSL for Medical Image Analysis
1 stars 1 forks source link

Knn implementaiton and downstream fix #31

Closed OguzAtaCal closed 4 months ago

OguzAtaCal commented 4 months ago
kivanctezoren commented 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