-
Hi @HireTheHero !
I saw the issue you mentioned here https://github.com/facebookresearch/vilbert-multi-task/issues/90
I have the same issue...
and I saw your comment at the end of the notebook:
…
-
After @madame-rachelle has posted this issue https://github.com/Realm667/WolfenDoom/issues/782 and after we've discussed a lot of things in there, I guess it's about time to create a list of things th…
-
Hi @HimariO do you plan to release your PyTorch implementation of ERNIE-Vil? Thanks!
-
## ❓ Questions and Help
Hello everyone, on Google Colab as of using in 2021 April Python version is Python 3.7.10
I set up things as follow
```bash
!pip install git+https://github.com/facebookr…
-
## ❓ Questions and Help
When I try to run any of the examples to train the models im receiving some messages about some configuration for the optimizers.
If I run the next CLI command:
```
mmf_r…
-
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
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…
-
## ❓ 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
For the Hateful Memes challenge, after downloading the data and converting it to the MMF format. I executed the following code for training a model:
`!mmf_run config=projec…
-
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…