Revision b37493af1dad1ab495dcd9a17e71dc203375203d authored by Rui Hou on 02 June 2021, 04:55:52 UTC, committed by Facebook GitHub Bot on 02 June 2021, 04:57:04 UTC
Summary:
Pull Request resolved: https://github.com/fairinternal/mmf-internal/pull/181

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

This diff allows to set different lr to different encoders such as image encoder.

Reviewed By: apsdehal

Differential Revision: D28700114

fbshipit-source-id: c5e44cde08c95ebde803ce80ac166b32f7ac7249
1 parent 25d69c8
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