https://github.com/facebookresearch/pythia
Revision 231fb1608b135ae8fd2f0424416c19787765eb8e authored by Sasha Sheng on 29 April 2021, 07:20:28 UTC, committed by Facebook GitHub Bot on 29 April 2021, 07:21:25 UTC
Summary:
- [x] MVP 1. Evaluation and Logging - Eval accuracy parity between mmf_trainer and lightning_trainer
  -  [X] Validation at the right frequency and at the end (also calculate the right metrics)
  -  [X] Do logging (same logging format with slight difference is ok)
- [x] Tests - tests only done for pytorch lightning integration
  - [X] test logging values are the same as `mmf_trainer`'s logging values
  - [X] test eval values are the same as `mmf_trainer`'s eval values
  - [x] test tensorboard logging the same as `mmf_trainer`'s
- [ ] Blocked:
  - [ ] One Epoch Evaluation Run after train: [PR4945](https://github.com/PyTorchLightning/pytorch-lightning/pull/4945/files) and [PR4948](https://github.com/PyTorchLightning/pytorch-lightning/pull/4948/files)

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

Reviewed By: simran2905

Differential Revision: D26394468

Pulled By: ytsheng

fbshipit-source-id: 3fdec30efe3890248cbbc65142f02df6354e3b44
1 parent c671214
History
Tip revision: 231fb1608b135ae8fd2f0424416c19787765eb8e authored by Sasha Sheng on 29 April 2021, 07:20:28 UTC
[feat] PL mvp1: validation + logging (#771)
Tip revision: 231fb16
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-- 925 bytes
requirements.txt -rw-r--r-- 440 bytes
setup.py -rw-r--r-- 5.1 KB

README.md

back to top