Revision 542694fb90398031d2fa3d3ab974e460d8278f2c authored by Amanpreet Singh on 29 March 2021, 17:03:21 UTC, committed by Facebook GitHub Bot on 29 March 2021, 17:04:37 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/834

Without proper teardown, the job might fail as errored and restart. This diff adds proper teardown support for datamodules which inherently will include onbox dataloader as well.

Reviewed By: ytsheng, vedanuj

Differential Revision: D26687357

fbshipit-source-id: 8cebc7f49055cea6906cb367b539fc4073666493
1 parent 12650f5
History
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