Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chendl
/
compositional_test
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ed66a91
compositional_test
/
transformers
/
examples
/
research_projects
/
lxmert
/
README.md
chendl
add requirements
a1d409e
over 1 year 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