facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.49k stars 935 forks source link

use BUTD #1089

Open CongDJJ opened 3 years ago

CongDJJ commented 3 years ago

❓ Questions and Help

1、How do I start using the BUTD model for the first time after I have setup the environment according to the documentation (I can't find the corresponding run file)

2、Has anyone reproduced the BUTD paper?That's what I want to do。 (Maybe,you can help me ,thanks )

ebsmothers commented 3 years ago

You can try something like

mmf_run config=projects/butd/configs/coco/defaults.yaml \
    model=butd \
    dataset=coco \
    run_type=train

to train BUTD on the COCO dataset.

BUTD config is here. The actual run file for MMF is found here.

If you haven't already, you may also want to check out this page in the docs for more on BUTD in MMF.