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
Raw File
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top