├── README.md ├── base_images ├── barn.png ├── chicken.png ├── cow.png ├── hay.png ├── pig.png └── sheep.png ├── main.py ├── models.py ├── repo_images ├── accuracy_plot.png ├── attn_img_0.png ├── attn_img_1.png ├── attn_img_2.png ├── attn_img_3.png ├── han_model.PNG ├── hard_attention.PNG └── soft_attention.PNG └── vqa_generator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/README.md -------------------------------------------------------------------------------- /base_images/barn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/barn.png -------------------------------------------------------------------------------- /base_images/chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/chicken.png -------------------------------------------------------------------------------- /base_images/cow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/cow.png -------------------------------------------------------------------------------- /base_images/hay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/hay.png -------------------------------------------------------------------------------- /base_images/pig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/pig.png -------------------------------------------------------------------------------- /base_images/sheep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/base_images/sheep.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/main.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/models.py -------------------------------------------------------------------------------- /repo_images/accuracy_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/accuracy_plot.png -------------------------------------------------------------------------------- /repo_images/attn_img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/attn_img_0.png -------------------------------------------------------------------------------- /repo_images/attn_img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/attn_img_1.png -------------------------------------------------------------------------------- /repo_images/attn_img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/attn_img_2.png -------------------------------------------------------------------------------- /repo_images/attn_img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/attn_img_3.png -------------------------------------------------------------------------------- /repo_images/han_model.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/han_model.PNG -------------------------------------------------------------------------------- /repo_images/hard_attention.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/hard_attention.PNG -------------------------------------------------------------------------------- /repo_images/soft_attention.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/repo_images/soft_attention.PNG -------------------------------------------------------------------------------- /vqa_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnouhp/PyTorch-AdaHAN/HEAD/vqa_generator.py --------------------------------------------------------------------------------