https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning

Decoder

Decoder의 각 Time Step마다 Attention 연산을 수행해야 하기 때문에 For loop가 내부적으로 돌아가는 LSTM 말고 LSTM Cell을 사용

Training

시작하기 전에 training, validataion, testing 파일을 저장해야 함.

create_input_files.py 을 사용해서 가능하다.

doubly stochastic regularization

Untitled

Early stopping with BLEU

Remark

eval.py : bleu4 score를 측정해주는 파일