https://github.com/facebookresearch/pythia
Revision 96ecb1128bf1786a8bba9038a7bdbbf407a1648c authored by Amanpreet Singh on 29 April 2021, 08:16:00 UTC, committed by Amanpreet Singh on 30 April 2021, 18:20:57 UTC
Summary:
This PR adds support for audio and video modality encoders to MMF. These
can be used in conjunction with MMFTransformer. An example config has
been added to showcase the usage.

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

Test Plan: Unit tests have been added.

Reviewed By: ytsheng

Differential Revision: D27804875

Pulled By: apsdehal

fbshipit-source-id: 9f276dab2dc711fb8e5868a029f73c16083c1782
1 parent 231fb16
History
Tip revision: 96ecb1128bf1786a8bba9038a7bdbbf407a1648c authored by Amanpreet Singh on 29 April 2021, 08:16:00 UTC
[feat] Adds audio (resnet18) and video (r2plus1d18) encoders (#879)
Tip revision: 96ecb11
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