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
.gitignore
*.log
*.err
*.pyc
*.swp
.idea/*
**/__pycache__/*
**/output/*
data/.DS_Store
docs/build
results/*
build
dist
boards/*
*.egg-info/
checkpoint
*.pth
*.ckpt
*_cache
.cache
data
save
*.eggs
.eggs
eggs/
*.egg
.DS_Store
.vscode
.vscode/*
*.so
*-checkpoint.ipynb
!tests/data
back to top