-
## ❓ Questions and Help
Hi,
Following the MMF instruction to train a SOTA model, I got the error message below at the 3rd checkpoint. The training continues normally after the 1st and 2nd checkpoint…
-
## ❓ Questions and Help
I'm finding some issues with the process to export CSV in Windows.
When I run the next command to do the predictions:
```
mmf_predict config=configs/experiments/defaults.…
-
Hi Lee, your work on Missing Modality is very fascinating and attractive. I tried to understand your coding logic through debugging and apply it on the private dataset, but failed. I don't quite under…
-
## 1. Cannot use mmf/utils/inference.py with existing configs
I am doing a project that needs an interface to do inference on random images using vilbert and visual_bert models for the hateful_meme…
-
## ❓ Questions and Help
My team and I were using the `visual_bert.pretrained.coco` model and ran into the following error.
```
PermissionError Traceback (most recent c…
-
## ❓ Questions and Help
Is there any way/config I can use to task-specific pretrain the "VisualBERT pretrained on COCO" model on Hateful memes dataset? I'm assuming that MMF's model zoo does not prov…
-
## ❓ Questions and Help
I plan to use a new dataset for visual-bert in mmf. After running extract_features_vmb.py, I got a folder with .npy files and _info.npy files extracted from my image dataset…
-
## ❓ Questions and Help
Hi MMF developers,
I have been trying to use VisualBERT as shown in this issue #291, with Detectron2 Faster RCNN (#206) features for visual embeddings.
Here is what I …
-
## 🐛 Bug
```
Fatal Python error: Segmentation fault
Current thread 0x00002aece2f1aec0 (most recent call first):
File "/data/home/acw519/github/vqa-maskrcnn-benchmark/maskrcnn_benchmark/struc…
-
## ❓ Questions and Help
After running the following code to train an existing model :
`mmf_run config=projects/hateful_memes/configs/mmbt/defaults.yaml model=mmbt dataset=hateful_memes training.l…