facebookresearch / facebookresearch/mmf
Adding custom embedding into model
Open
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 939
- PR merge metrics
- No merged PRs in 30d
Description
## ❓ Questions and Help
I am using m4c model, in mmf, word embedding for ocr tokens are loaded by fasttext model during dataset process.
However, I want to use custom embedding for ocr tokens (include corresponding vocab and load pretrained embedding) and add this embedding into model and train the embedding together.
How can I achieve this?
Contributor guide
Assessment
This issue has not been assessed yet.