Revision 0505b85b0d202cce78068700eef95a5223ea8e8d authored by Amanpreet Singh on 05 May 2021, 04:56:51 UTC, committed by Facebook GitHub Bot on 05 May 2021, 04:57:43 UTC
Summary:
- Return false for is_xla in case it is not registered for correct
drop_last setting in dataloader
- Always call format_for_prediction for all workers to avoid hangs in
TPU and NCCLs
- Move .pretty use in OC to OmegaConf.to_yaml
- Remove `check_reduction` parameter from DDP init

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

Test Plan: Tested locally with changes on charades branch

Reviewed By: vedanuj

Differential Revision: D28156890

Pulled By: apsdehal

fbshipit-source-id: 8d4156f050dd09e4201673dcc030f242d8bd4df7
1 parent fe714b3
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