Closed preet021 closed 3 years ago
Yeah that looks like it didn't get the lmdb file which includes the test_unseen features, but only the one for train, dev, test_seen
Did you download them from here: https://dl.fbaipublicfiles.com/mmf/data/datasets/hateful_memes/defaults/features/features.tar.gz ?
Yes, its the same link which is present in SCORE_REPRO.md
Yes, its the same link which is present in SCORE_REPRO.md
Can you try with these lmdb files & check if it works: https://www.kaggle.com/muennighoff/hmfeatureszipfin
Yes, its the same link which is present in SCORE_REPRO.md
Can you try with these lmdb files & check if it works: https://www.kaggle.com/muennighoff/hmfeatureszipfin
Okay will try with the new link. Also will inference-only produce the same results as with training? i.e. is the inference done on baseline models?
Yes, its the same link which is present in SCORE_REPRO.md
Can you try with these lmdb files & check if it works: https://www.kaggle.com/muennighoff/hmfeatureszipfin
Okay will try with the new link. Also will inference-only produce the same results as with training? i.e. is the inference done on baseline models?
Yes it should produce the same results within +-2% absolute due to ERNIE-Vil being a bit variable
Yes, its the same link which is present in SCORE_REPRO.md
Can you try with these lmdb files & check if it works: https://www.kaggle.com/muennighoff/hmfeatureszipfin
Downloading features from this link worked. Thanks
Yes, its the same link which is present in SCORE_REPRO.md
Can you try with these lmdb files & check if it works: https://www.kaggle.com/muennighoff/hmfeatureszipfin
Downloading features from this link worked. Thanks
Great thanks for finding this. It seems like FB has changed its link back to the Phase I features. I will update the link in the README to use those. Closing this for now, feel free to reopen if needed.
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):This error occurs when the predict function in
hm.py
is called for test_unseen. This is giving a key error probably because the features extracted (invilio/data/features/
) using the commandbash ./bash/inference/V/hm_VLMDB.sh
do not include the 2K files of test_unseen.