-
The link to the hateful memes tutorial in the readme is faulty. The page it redirects to displays a `This page does not exist yet..` message.
-
command: mmf_run config=projects/hateful_memes/configs/mmbt/defaults.yaml model=mmbt dataset=hateful_memes run_type=train_val
When I run the above command, there is a bug
-
## ❓ Questions and Help
Hi, I am trying to learn mmf and am following this [tutorial](https://medium.com/pytorch/bootstrapping-a-multimodal-project-using-mmf-a-pytorch-powered-multimodal-framework-46…
-
As mentioned in the WM reading telecons, we did clustering over a subset of the P3 documents that MITRE/TwoSix recently shared. @jmacbrid from BBN, who recently joined our Hume team, went over those c…
-
## ❓ Questions and Help
When running `!mmf_run config="experiment.yaml" model=mmbt dataset=coco` I get a checksum error with the first download of COCO. Output below:
```Namespace(config_override=…
-
## ❓ Questions and Help
I want to pretrain VISUALBert on COCO again, and tried running `!mmf_run config=configs/datasets/coco/defaults.yaml model=visual_bert dataset=coco`
but got a FileNotFoundErro…
-
Just followed the installation documentation to reproduce hateful meme baselines.
However, the system keeps on reporting the following error:
mmf_run config='projects/hateful_memes/configs/visu…
-
According to the docs under the Hateful Memes directory, I should be able to run
```bash
mmf_predict config= \
model= \
dataset=hateful_memes \
run_type=test \
checkpoint.resume_zoo=
…
-
## ❓ Questions and Help
Hi,
I have been facing this issue for quite a while now. It when I run the training command for visual_bert pre-trained on coco dataset for the hateful memes challenge.
##…
-
I am training on my dataset exactly like Hateful memes with an image and text wanting to classify it. THe only difference is number of classes and I change it in this file: https://github.com/apsdehal…