yunjey / show-attend-and-tell

TensorFlow Implementation of "Show, Attend and Tell"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to unroll the model dynamically?

vanpersie32 opened this issue · comments

Hi, According to https://github.com/vanpersie32/show-attend-and-tell/blob/master/core/model.py#L160-L171, the model is not unrolled in a fixed length mode. But I want ask how to unroll the model dynamically?