This repository contains Neural network and Demo deploying.
To practice building End-to-end AI application.
Data set: easy-VQA
conv maxpool conv maxpool flatten fc
64x64 ---> 64x64x8 ---> 32x32x8 ---> 32x32x16 ---> 16x16x16 ---> 4096 ---> 32
- python 3.7
- torch 1.7
- numpy
- easy_vqa
- Train model
- Build demo