Revision 99f8010e483d1564144b8eedc29d8f5c432793c0 authored by Amanpreet Singh on 17 February 2021, 22:52:49 UTC, committed by Facebook GitHub Bot on 17 February 2021, 22:54:16 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/780

This will allow specifying batch size per device instead of default global batch size. If specified using `training.batch_size_per_device`, this will supersede the value specified in `training.batch_size` and information will be logged.

Reviewed By: madian9, vedanuj

Differential Revision: D26480897

fbshipit-source-id: 9ffb3d9b79a84c39db4000e6a3d051e3bd1b6eb5
1 parent daeaa95
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-- 854 bytes
requirements.txt -rw-r--r-- 290 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top