Revision 18534f8eb38d7341eb4b98b1eb1ac554350fa164 authored by Amanpreet Singh on 05 May 2021, 09:37:28 UTC, committed by Facebook GitHub Bot on 05 May 2021, 09:38:22 UTC
Summary:
This PR adds support for Charades dataset along with general purpose video and audio processors

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

Test Plan:
```
python mmf_cli/run.py config=projects/mmf_transformer/configs/charades/direct.yaml  run_type=train_val dataset=charades model=mmf_transformer training.batch_size=4 training.num_workers=1 training.find_unused_parameters=True training.log_interval=100
```

Reviewed By: ytsheng

Differential Revision: D28124494

Pulled By: apsdehal

fbshipit-source-id: b2c11598872baef5cc279d653176d2b45d0e45eb
1 parent 0505b85
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-- 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-- 958 bytes
requirements.txt -rw-r--r-- 467 bytes
setup.py -rw-r--r-- 5.1 KB

README.md

back to top