transformers/examples/research_projects/movement-pruning/lxmert
dependabot[bot] 24f6cdeab6
Bump notebook in /examples/research_projects/movement-pruning/lxmert (#9062)
Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/jupyter/jupyterhub/releases)
- [Changelog](https://github.com/jupyterhub/jupyterhub/blob/master/CHECKLIST-Release.md)
- [Commits](https://github.com/jupyter/jupyterhub/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 10:32:43 -05:00
..
demo.ipynb Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
extracting_data.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
modeling_frcnn.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
processing_image.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
requirements.txt Bump notebook in /examples/research_projects/movement-pruning/lxmert (#9062) 2020-12-11 10:32:43 -05:00
utils.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
visualizing_image.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00

LXMERT DEMO

  1. make a virtualenv: virtualenv venv and activate source venv/bin/activate
  2. install reqs: pip install -r ./requirements.txt
  3. usage is as shown in demo.ipynb