iamaaditya / VQA_Keras

Modular and Simple approach to VQA in Keras
22 stars 10 forks source link

Missing some files in VQA_Keras/utils/. #2

Closed bityangke closed 8 years ago

bityangke commented 8 years ago

I guess there miss some files in VQA_Keras/utils/. There shall have some files such init.py to do the respective job and difine some variables that used but not defined in the files now.

iamaaditya commented 8 years ago

It is sufficient to add a blank file called "init.py" in order to import from a subdirectroy. Since this was a blank file, my commit message missed to push this file.