karpathy / neuraltalk2

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

Replacing words in captions #190

Open martinussuijkerbuijk opened 6 years ago

martinussuijkerbuijk commented 6 years ago

Is it possible to to alter a pretrained model? i.e. to replace caption 'man' with new caption 'machine'? Just an experiment how stretchy a pretrained model is. Thnks