Skip to content

Combination Experiments

milongo edited this page Jan 25, 2018 · 3 revisions

Experiments

Machine Description Command
BCV005-GPU0 num-filters 5, lang-layers 3, mix-we, hid-size 2048, mixed-layers 5, mixed-size 512, hid-mixed-size 4096 CUDA_VISIBLE_DEVICES=0 nohup python -u train.py --data ../referit_data/ --backend dpn92 --num-filters 5 --lang-layers 3 --mix-we --hid-size 2048 --mixed-layers 5 --mixed-size 512 --hid-mixed-size 4096 --save-folder unc_A_weights > unc_A.log &
BCV005-GPU1 num-filters 10, lang-layers 3, mix-we, hid-size 2048, mixed-layers 5, mixed-size 512, hid-mixed-size 4096 CUDA_VISIBLE_DEVICES=1 nohup python -u train.py --data ../referit_data/ --backend dpn92 --num-filters 10 --lang-layers 3 --mix-we --hid-size 2048 --mixed-layers 5 --mixed-size 512 --hid-mixed-size 4096 --save-folder unc_B_weights > unc_B.log &
BCV005-GPU2 num-filters 5, lang-layers 3, mix-we, hid-size 2048, mixed-layers 5, mixed-size 4096, hid-mixed-size 4096 CUDA_VISIBLE_DEVICES=2 nohup python -u train.py --data ../referit_data/ --backend dpn92 --num-filters 5 --lang-layers 3 --mix-we --hid-size 2048 --mixed-layers 5 --mixed-size 4096 --hid-mixed-size 4096 --save-folder unc_C_weights > unc_C.log &
BCV005-GPU3 num-filters 10, lang-layers 3, mix-we, hid-size 2048, mixed-layers 5, mixed-size 4096, hid-mixed-size 4096 CUDA_VISIBLE_DEVICES=3 nohup python -u train.py --data ../referit_data/ --backend dpn92 --num-filters 10 --lang-layers 3 --mix-we --hid-size 2048 --mixed-layers 5 --mixed-size 4096 --hid-mixed-size 4096 --save-folder unc_D_weights > unc_D.log &
Clone this wiki locally