Gluon inplementation of A simple neural module for relational reasoning
- Python 3.6.1
- Mxnet(1.2)
- tqdm
- opencv-python
- arguments
- batch_size : Define batch size (defualt=64)
- epoches : Define total epoches (default=50)
- GPU_COUNT : Use GPU count (default=2)
- show_status : show loss and accuracy for each epoch (default=True)
python sort-of-clevr.py
python main.py
or
python main.py --batch_size=32 --epoches=100