karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.49k stars 1.26k forks source link

strange issue while finetuning #162

Open giddyyupp opened 7 years ago

giddyyupp commented 7 years ago

i am training on Turkish captions. and after 125k iterations i enabled finetuning on Flickr30k dataset. but my validation loss increases constantly each iteration. and also my bleu score dropped after finetune. do you think of any reasons for that. thanks in advance.

hhxxttxsh commented 7 years ago

It is overfitting right now. Is your training loss getting closer to 0? How do you choose the number of iterations before your fine tuning for different dataset?

j2233ack commented 7 years ago

How do you train your language captions?