Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonalkum
/
GAMA
like
16
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef947ff
GAMA
/
hf-dev-train
/
transformers-main
/
examples
/
research_projects
/
lxmert
/
README.md
Sonal Kumar
first commit
ed7a497
10 months 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