bhpfelix / Compositional-Attention-Networks-for-Machine-Reasoning-PyTorch

A PyTorch implementation of Compositional Attention Networks
MIT License
23 stars 5 forks source link

where is the "train.hdf5" file? #1

Closed junliangliu closed 6 years ago

junliangliu commented 6 years ago

where can i get "train.hdf5" file from ?

bhpfelix commented 6 years ago

Hi, I used the feature extraction code provided by the official FiLM implementation to generate train.hdf5 and val.hdf5 from images. You can download the CLEVR dataset here.

junliangliu commented 6 years ago

Thanks for your reply! Great work !