arctic-captions icon indicating copy to clipboard operation
arctic-captions copied to clipboard

Results 22 arctic-captions issues
Sort by recently updated
recently updated
newest added

Hi, Kelvin I wanna to run your code, but I don't know how to start. I download some corpus, I get the data "dataset.json" , is that what I need...

Hi Kelvin, I am studying the image and video captioning. And I found your paper. Which is very well explained. I want to try your model but I am just...

Hi, thanks for sharing the code. I expect the alpha_visualization.ipynb to visualize hard attention just like what the paper represented. But I trained a stochastic one and visualize it ,...

Hello, I feel realy confused about the grads of alphas in hard attention. The source code is in line 1199: known_grads={alphas:opt_outs['masked_cost'][:,:,None]/10.* (alphas_sample/alphas) + alpha_entropy_c*(tensor.log(alphas) + 1)}) Can anyone explain this...

Hello, everyone, I got the following score after I ran the coco. {'CIDEr': 0.50350648251818364, 'Bleu_4': 0.20037826460154334, 'Bleu_3': 0.2920434703847389, 'Bleu_2': 0.42775646056296673, 'Bleu_1': 0.6105274018537202, 'ROUGE_L': 0.43556281782994649, 'METEOR': 0.23890246684760072} So METEOR is almost...

Hello, thank you for sharing this great project. I would like to run the code, but it seems like the project does not contain the datasets used. Even though I...

is there any TensorFlow base code available for this model?... I found one but that does lack some core properties

Can this code be built on windows installed with theano?I have a problem when build in vs2013:cannot open file "cublas.lib".However,I have already installed theano,anaconda and cuda.

I want to run this on my own dataset.... is there any kind of specific format it needs? How to prepare dataset? What is the Flow of this code? Any...

Excuse me, I don't quite understand what the output of ` [ctx]+init_state+init_memory` means in this theano.function `finit` .Besides in functions of ` rval = f_init(ctx0)`,`ctx0 = rval[0]`,` next_state.append(rval[1+lidx])`, what exactly...