[03245f]: / multi_modal_kNN.sh

Download this file

9 lines (9 with data), 156 Bytes

1
2
3
4
5
6
7
8
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