--- a
+++ b/cross_modal_kNN.sh
@@ -0,0 +1,8 @@
+python3 dc.py \
+---dataset iu_xray \
+--model_choice knn \
+--k 37 \
+--max_length 40 \
+--image_encoder efficientnet0 \
+--n_gpu 1 \
+--dropout 0.2
\ No newline at end of file