hfaghihi15 / m-DAN

Implement current SOTA model for image text matching task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m-DAN: Dual Attention Networks for Multimodal Reasoning and Matching

Implementation of current SoTA model for image text matching task. Link to the paper: https://arxiv.org/abs/1611.00471

To train a model:

python main.py --mode 0

To test a model, make sure the model file is under models folder.

python main.py --mode 1 --model_file_name model_weights_1.t7

About

Implement current SOTA model for image text matching task


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%