https://github.com/facebookresearch/pythia
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
History
Tip revision: 29f57ea55d0293790befeace48698dbef7be24e6 authored by Amanpreet Singh on 30 March 2021, 07:54:53 UTC
[refactor] Move test_reporter_config to evaluation.reporter (#838)
Tip revision: 29f57ea
File Mode Size
.circleci
.github
docs
mmf
mmf_cli
projects
tests
tools
website
.editorconfig -rw-r--r-- 191 bytes
.flake8 -rw-r--r-- 187 bytes
.gitignore -rw-r--r-- 267 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 130 bytes
NOTICES -rw-r--r-- 3.4 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 915 bytes
requirements.txt -rw-r--r-- 351 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top