cvpr2021dcb / cvpr2021dcb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoupled Cross-Modal BERT

README

For a better user experience, we recommend you to directly use github repository github link

This project is deveopped based on HuggingFace Transformer link

Prepare dataset and models

Dataset

Flickr30K dataset

download the testing features through this link

download the training features through this link

unzip your downloaded files, and move them to data/f30k_precomp

BERT Model

download the pretrained bert model provided by HuggingFace through this link

move your downloaded pytorch_model.bin file to ./bert fold

Run Script

CUDA_VISIBLE_DEVICES=0,1 python train.py --batch_size 256 --num_epochs=70 --lr_update=30 --learning_rate=.00006

About


Languages

Language:Python 100.0%