xiadingZ / video-caption.pytorch

pytorch implementation of video captioning
MIT License
400 stars 128 forks source link

About beam search #24

Open ybCliff opened 5 years ago

ybCliff commented 5 years ago

Though I can find you have implemented this function in your another repository 'video-caption-openNMT.pytorch', it's hard to comprehend it. Would you please make it available in this repository? Thanks a lot.

xiadingZ commented 5 years ago

If I want to port opennmt's beam search to this project, I have to change the structure of my code a lot. But I don't have so much time now. You can issue a pull request if you implement it.