--- a
+++ b/multi_modal_kNN.sh
@@ -0,0 +1,9 @@
+python3 dc.py \
+---dataset iu_xray \
+--model_choice knn \
+--k 32 \
+--max_length 40 \
+--image_encoder densenet121 \
+--n_gpu 1 \
+--dropout 0.2 \
+--multi_modal
\ No newline at end of file