Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 454 Bytes

Exploiting Multimodal Knowledge Graph for Multimodal Machine Translation

Our implementation is based on FairSeq.

Setup conda environment


git clone https://github.com/NLP2CT/MMKG_MMT.git

conda create -n mmkg python=3.8

conda activate mmkg

pip install -r requirements.txt

Run code

MMKG_MMT is plug-and-play, allowing easy integration into existing systems.

** will be available soon!!**