Revision 584e26da541728615471f51832238706a15f0b7d authored by Vedanuj Goswami on 08 September 2020, 22:59:00 UTC, committed by Facebook GitHub Bot on 08 September 2020, 23:00:27 UTC
Summary:
- Upgrading to pytorch 1.6, which comes with new features required for upcoming torchscript changes
- Optimizer keys are no longer non-deterministic in PT1.6, check pytorch [PR](https://github.com/pytorch/pytorch/pull/37347 ). Remove `skip_keys` check from checkpoint optimizer tests.
- Fixed nucleus sampling tests
- Update docs to reflect support for pytorch 1.6
- Update CI tests, CircleCI and Actions to use pytorch 1.6, torchvision 0.7

Test Plan :
- Tested with visual bert and mmbt models on Hateful Memes
- Running internally at FB (runs on pytorch master)

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

Reviewed By: apsdehal

Differential Revision: D23558059

Pulled By: vedanuj

fbshipit-source-id: 3d82978276462a3f3dea564ac33581240e284d03
1 parent 9e83320
History
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-- 255 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-- 2.7 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 811 bytes
requirements.txt -rw-r--r-- 254 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top