-
I want to use the models ConcatBert, Late Fusion, Text Bert, Image Grid and Visualbert COCO for inference of Hateful Memes, by building a website around those models which can take a jpeg/png and the …
-
I was trying to perform inference on VisualBERT model while I encountered the following error when running the bash file `bash/inference/V/hm_V45.sh` (its the same error with other two seeds as well):…
-
Dear Hila,
Thank you very much for your great wok. I really like it.
Recently, Open AI release a model that embed text and image into a comment space using transformer (https://github.com/opena…
-
Hi, I have been working on inference using a number of the baseline models. I've gotten it to work well on image+text but for VisualBert, because use_features is enabled, I need the features.
So I …
-
## ❓ Questions and Help
We're trying to extend the VisualBERT model to include extra features for each object for the Hateful Memes Challenge. I'm unable to understand what exactly the unimodal pre-t…
-
## ❓ Questions and Help
In mmf I was trying to extract the VisualBERT pretrained features. I used the VisualBERT model similar to [this one](https://github.com/facebookresearch/mmf/issues/465#issueco…
-
## ❓ Questions and Help
I am curious to know, is there any way to extend the MMF implementation of VisualBERT? Primarily, I want to use VisualBERT as a sub-model in my custom model. I tried to go thr…
-
## ❓ Questions and Help
Hi,
I'm currently trying to work through you tutorial on [bootstrapping-a-multimodal-project-using-mmf](https://medium.com/pytorch/bootstrapping-a-multimodal-project-using-mm…
-
## ❓ Questions and Help
I was trying to load VisualBERT weights from the pretrained model, key: _"visual_bert.pretrained.coco"_. I am confused about whether MMF could load the weights, as I got the…
-
I was trying to load the pretrained visual_bert model similar to the [snippet is given here](https://github.com/facebookresearch/mmf/issues/465#issuecomment-675876026). However, I was getting missing …