https://github.com/facebookresearch/pythia
Revision 92c167daba08aac2c8d3b08424ee09e224b4e3b2 authored by Ronghang Hu on 20 August 2021, 23:58:48 UTC, committed by Facebook GitHub Bot on 20 August 2021, 23:59:48 UTC
Summary:
Allow specifiying custom weight decay in `get_bert_configured_parameters`. The behavior of existing codebase is kept the same for backward compatibility.

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

Test Plan: tested in custom projects

Reviewed By: apsdehal

Differential Revision: D30459987

Pulled By: ronghanghu

fbshipit-source-id: 9bca0775e3dfc095716e0aa53dc1b691f3b33730
1 parent 8c4189b
History
Tip revision: 92c167daba08aac2c8d3b08424ee09e224b4e3b2 authored by Ronghang Hu on 20 August 2021, 23:58:48 UTC
[fix] add `weight_decay` parameter to `get_bert_configured_parameters` (#1034)
Tip revision: 92c167d
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-- 4.5 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 1017 bytes
requirements.txt -rw-r--r-- 497 bytes
setup.py -rw-r--r-- 5.1 KB

README.md

back to top