https://github.com/facebookresearch/pythia
Revision 6395711ac07c9aa1a238cc595b1aaa7f8a3d94a2 authored by Amanpreet Singh on 31 March 2021, 20:47:25 UTC, committed by Facebook GitHub Bot on 31 March 2021, 20:48:30 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/842

Recent changes for datamodules support moved the options num_workers and pin_memory along with others inside the dataset_config. This diff fixes backwards compatibility and allows specifying the num_workers and pin_memory from training config.

Reviewed By: ytsheng, vedanuj, rayhou0710

Differential Revision: D27421166

fbshipit-source-id: 1fff516dcbf6a0f8bb5ab81ca6c477b53b0e4937
1 parent 03a0527
History
Tip revision: 6395711ac07c9aa1a238cc595b1aaa7f8a3d94a2 authored by Amanpreet Singh on 31 March 2021, 20:47:25 UTC
[fix] Reallow num_workers and pin_memory overrides from training config (#842)
Tip revision: 6395711
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-- 3.4 KB
README.md -rw-r--r-- 2.2 KB
pyproject.toml -rw-r--r-- 915 bytes
requirements.txt -rw-r--r-- 351 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top