You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a custom op for beam search and have a question on specifying the input type. My question is: can we take RNNCell as input? If so, can you share a reference or example on how to do this?
Hi Team,
I'm trying to build a custom op for beam search and have a question on specifying the input type. My question is: can we take RNNCell as input? If so, can you share a reference or example on how to do this?
Thanks!