https://github.com/facebookresearch/pythia
Revision 6f898791045faaab5a6ad39ed74ce2c00290289c authored by Sasha Sheng on 02 April 2021, 08:58:43 UTC, committed by Facebook GitHub Bot on 02 April 2021, 08:59:58 UTC
Summary:
* Adds test for evaluation loop for mmf trainer
* Makes it so that test folder quality is more explicit in terms of errors.

I wrote this test to understand deeper on how the evaluation_loop.py works. This needs to land before the next pytorch lightning update.

To test that it works run:

`pytest tests`

Pull Request resolved: https://github.com/facebookresearch/mmf/pull/835

Reviewed By: vedanuj

Differential Revision: D27405061

Pulled By: ytsheng

fbshipit-source-id: c1c27fe824ac282d387ba37bb726cdb562f428ef
1 parent 71554e3
History
Tip revision: 6f898791045faaab5a6ad39ed74ce2c00290289c authored by Sasha Sheng on 02 April 2021, 08:58:43 UTC
[feat] add tests for eval loop (#835)
Tip revision: 6f89879
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