facebookresearch / mmf

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

URGENT : How to change embedding from fasttext to another embedding type ( user-defined ) in M4C for TextVQA? #1205

Open deepshikharbhardwaj opened 2 years ago

deepshikharbhardwaj commented 2 years ago

❓ Questions and Help

I need help regarding changing the fasttext embedding used in the OCR tokens with some other type of embedding. (user - defined embedding).

apsdehal commented 2 years ago

This needs to be done at the processor level. Create a process similar to fasttext processor and then replace the config of textvqa dataset to use that processor.