The code for deploying the NIC framework on AoANet.
You should preprocess the dataset and get the cache for calculating cider score for SCST:
$ python scripts/prepro_ngrams.py --input_json data/dataset_coco.json --dict_json data/cocotalk.json --output_pkl data/coco-train --split train
$ sh train.sh
This repository is based on AoANet , and you may refer to it for more details about the code.