chainer implementation of Image Caption Generator
install chainer
pip install chainer=='1.24.0'
download the flickr8k or mscoco dataset
run the code for training
python main.py --data_dir your_path --dataset flickr8k
after training 100 epochs, run the code for testing
python main.py --mode test --data_dir your_path --dataset flickr8k --load captioning 100