Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chendl
/
multimodal
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
687c6ab
multimodal
/
transformers
/
examples
/
research_projects
/
lxmert
/
README.md
Li
add transformers
455a40f
almost 2 years ago
preview
code
|
raw
Copy download link
history
blame
Safe
189 Bytes
LXMERT DEMO
make a virtualenv:
virtualenv venv
and activate
source venv/bin/activate
install reqs:
pip install -r ./requirements.txt
usage is as shown in demo.ipynb