ruotianluo / neuraltalk2-tensorflow

Neuraltalk2 in tensorflow
59 stars 30 forks source link

schedual sampling in tensorflow #3

Open vanpersie32 opened 7 years ago

vanpersie32 commented 7 years ago

My question is how to implement schedual sampling in tensorflow. In my opinion, in schedual sampling, the input at step t my be ground truth word or last time output, so It's very hard to implement schedual sampling in tensorflow because tensorflow don't support dynamic graph

ruotianluo commented 7 years ago

There's definitely a way to do this, but I don't know how.