https://github.com/facebookresearch/pythia
Revision c191cd47b99f8b330de152c6b442fc9ab45b5e4b authored by Sasha Sheng on 26 August 2021, 22:53:15 UTC, committed by Facebook GitHub Bot on 26 August 2021, 22:54:19 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/1020

Add the summary as a comment since every time I export the PR from github it overrides the summary.
This PR does the following things:
- Adds the code to do best checkpoint monitoring. The monitor callback is an instance of the ModelCheckpoint callback, same as the trainingCallback.
- Adds the test for the best checkpoint monitoring; Adjust the test to make it the cleanest for handle best checkpoint monitoring.

Test Plan: Imported from OSS

Reviewed By: apsdehal

Differential Revision: D29670420

Pulled By: ytsheng

fbshipit-source-id: 4a72196869c205bfe4cc5e4a6bfda21d74934065
1 parent e4ef8e9
History
Tip revision: c191cd47b99f8b330de152c6b442fc9ab45b5e4b authored by Sasha Sheng on 26 August 2021, 22:53:15 UTC
[feat][PL][4/N] best ckpt (#1020)
Tip revision: c191cd4
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