├── README.md ├── data ├── vqa_preprocessing.py └── vqa_preprocessing_v2.py ├── demo ├── README.md ├── demo.py ├── demo_att.py ├── demo_att_w2v.py └── upload.html ├── model_VQA_w2v.py ├── parall_co-atten ├── README.md ├── attention.py └── model_wqv.py ├── prepro.py ├── prepro_img.lua ├── prepro_img.py ├── prepro_w2v.py ├── s2i.py ├── san_cnn_att.py └── san_lstm_att.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /data/vqa_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/data/vqa_preprocessing.py -------------------------------------------------------------------------------- /data/vqa_preprocessing_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/data/vqa_preprocessing_v2.py -------------------------------------------------------------------------------- /demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/demo/README.md -------------------------------------------------------------------------------- /demo/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/demo/demo.py -------------------------------------------------------------------------------- /demo/demo_att.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/demo/demo_att.py -------------------------------------------------------------------------------- /demo/demo_att_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/demo/demo_att_w2v.py -------------------------------------------------------------------------------- /demo/upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/demo/upload.html -------------------------------------------------------------------------------- /model_VQA_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/model_VQA_w2v.py -------------------------------------------------------------------------------- /parall_co-atten/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/parall_co-atten/README.md -------------------------------------------------------------------------------- /parall_co-atten/attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/parall_co-atten/attention.py -------------------------------------------------------------------------------- /parall_co-atten/model_wqv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/parall_co-atten/model_wqv.py -------------------------------------------------------------------------------- /prepro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/prepro.py -------------------------------------------------------------------------------- /prepro_img.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/prepro_img.lua -------------------------------------------------------------------------------- /prepro_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/prepro_img.py -------------------------------------------------------------------------------- /prepro_w2v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/prepro_w2v.py -------------------------------------------------------------------------------- /s2i.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/s2i.py -------------------------------------------------------------------------------- /san_cnn_att.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/san_cnn_att.py -------------------------------------------------------------------------------- /san_lstm_att.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TingAnChien/san-vqa-tensorflow/HEAD/san_lstm_att.py --------------------------------------------------------------------------------