Baban Gain
Baban Gain
It is mentioned To preprocess image data, please refer to https://github.com/peteanderson80/bottom-up-attention. But there is no such clear instruction on the github page. Can someone post detailed instructions?
I am trying to train a model with pipeline ``` echo `date` exp_dir=$1 model_arch=${2:-"transformer_18_18"} pretrained_ckpt=$3 fairseq-train $exp_dir/final_bin \ --max-source-positions=256 \ --max-target-positions=256 \ --source-lang=SRC \ --target-lang=TGT \ --max-update=1000000 \ --save-interval-updates=1000 \...
Kindly provide the training scripts as well as data preparation scripts for the XCOMET metric.