cst_captioning icon indicating copy to clipboard operation
cst_captioning copied to clipboard

the give val-jason file has some problems, can you share the val-jason file?

Open hugddygff opened this issue 7 years ago • 3 comments

Thanks a lot!

hugddygff avatar Mar 08 '18 10:03 hugddygff

val data is stored in the train_videodatainfo.json file, which is provided by the organizer. Can you refer to the solution in #1?

plsang avatar Mar 08 '18 23:03 plsang

I'm feel sorry for the mistake, And I'm interested in the baseline model, because I use tf more and can't understand the pytorch code now, I read the paper, It is more like the v2_nagivator model? And how to use the feature to initial the lstm's state? I can think about two idea, 1:use the feature and MLP layer to initial lstm's h and c 2:use the feature input to the first lstm time step, then the second lstm use the "bos" . which is used in the paper? Thanks again.

hugddygff avatar Mar 13 '18 09:03 hugddygff

I'm not sure what you mean. I guess you can find the details in the model.py file.

plsang avatar Mar 13 '18 11:03 plsang