Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LINC-BIT
/
EdgeTA
like
1
Running
App
Files
Files
Community
b8c82b8
EdgeTA
/
experiments
/
elasticdnn
/
vilt
/
test.py
LINC-BIT
Upload 1912 files
b84549f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
from
data
import
get_dataset
d = get_dataset(
'VQAv2_split1'
,
'/data/zql/datasets/vqav2'
,
'train'
)
print
(d[
0
])