-
## ❓ Questions and Help
Hi,
I was able to add my own dataset to mmf, however, when I try to train the unimodal image (Image Grid) model on it, I run into an error when evaluating the first epoch:
…
-
## ❓ Questions and Help
When I run command : mmf_convert_hm --zip_file /content/hm.zip --password *******
Getting checksum error while trying to run baseline for hateful memes dataset: Assertio…
-
I found that weights of decoder are not loaded, so could you explain why and how to add them.
-
In Corinna, you can write this:
```perl
class Point {
has ($x, $y) :param;
method move ($dx, $dy) {
$x += $dx;
$y += $dy;
}
}
```
But instead of moving the …
-
## ❓ Questions and Help
Hi,
I get different feature values with different batch size using `extract_features_vmb.py`. What could be the reason? Please check this example:
```
!mkdir img
!cu…
-
## 🐛 Bug
Function call for _save_features will fail for single image
## To Reproduce
https://github.com/facebookresearch/mmf/blob/9d7696f49932b48f701e56aca4d32ffe279ee28f/tools/scripts/featur…
-
## ❓ Questions and Help
Ran the checkpoint for inference using the command :
`CUDA_VISIBLE_DEVICES=0 mmf_predict config=./mmf/projects/hateful_memes/configs/visual_bert/from_coco.yaml dataset=h…
-
I was trying to reproduce results from Visual BERT with COCO baseline for hateful memes.
However, I see a CSV with 2000 rows is generated which throws an error in the submission page that the expect…
-
## ❓ Questions and Help
Hi, when I try to download things like features or extras, I know I can specify download path by using "env.data_dir=/x/y". However, when mmf tries to automatically download t…
-
```
(gpu) C:\Users\abc\Documents\DataScience\memes>mmf_run config=projects/hateful_memes/configs/unimodal/image.yaml model=unimodal_image dataset=hateful_memes
2020-06-23 17:15:20.787247: I tensorfl…