Revision 29f57ea55d0293790befeace48698dbef7be24e6 authored by Amanpreet Singh on 30 March 2021, 07:54:53 UTC, committed by Facebook GitHub Bot on 30 March 2021, 07:55:36 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/838

Test reporter config as opposed to original design should be a top level config node as it is not specific to one dataset but encompasses all datasets in one go. This diff refactors that to be a top level config node so that it is not per dataset config which conflicts with overall definition of test reporter.

Reviewed By: madian9

Differential Revision: D27301920

fbshipit-source-id: 6a990cd23c837fb915398a5930b9e348ff4cd626
1 parent a094ad7
Raw File
requirements.txt
torch==1.6.0
torchvision==0.7.0
numpy>=1.16.6
tqdm>=4.43.0,<4.50.0
demjson==2.2.4
torchtext==0.5.0
GitPython==3.1.0
requests==2.23.0
fasttext==0.9.1
nltk==3.4.5
editdistance==0.5.3
transformers==3.4.0
sklearn==0.0
omegaconf==2.0.6
lmdb==0.98
termcolor==1.1.0
iopath==0.1.7
pytorch_lightning==1.1.6
datasets==1.2.1
matplotlib==3.3.4
pycocotools==2.0.2
back to top