transformers/examples/research_projects/lxmert
Sylvain Gugger afe5d42d8d
Black preview (#17217)
* Black preview

* Fixup too!

* Fix check copies

* Use the same version as the CI

* Bump black
2022-05-12 16:25:55 -04:00
..
demo.ipynb upgrade sentencepiece version (#13564) 2021-09-15 15:25:03 +02:00
extracting_data.py Put back LXMert example (#9401) 2021-01-04 09:59:07 -05:00
modeling_frcnn.py Black preview (#17217) 2022-05-12 16:25:55 -04:00
processing_image.py [style] consistent nn. and nn.functional: part 4 examples (#12156) 2021-06-14 12:28:24 -07:00
README.md Put back LXMert example (#9401) 2021-01-04 09:59:07 -05:00
requirements.txt Bump notebook from 6.4.1 to 6.4.10 in /examples/research_projects/lxmert (#16634) 2022-05-04 08:27:40 -04:00
utils.py Black preview (#17217) 2022-05-12 16:25:55 -04:00
visualizing_image.py Put back LXMert example (#9401) 2021-01-04 09:59:07 -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