[03245f]: / cross_modal_cnn_rnn.sh

Download this file

10 lines (10 with data), 193 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
python3 dc.py \
---dataset iu_xray \
--model_choice cnn_rnn \
--max_length 40 \
--image_encoder efficientnet0 \
--sample_method beam_3 \
--batch_size 8 \
--n_gpu 1 \
--epochs 50 \
--dropout 0.2