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
##Issue:
beam_search_decode_op will cause segmentation fault if its input is on GPU. However current device auto transform implementation doesn't support ops with TensorArray as input. As a consequence we have to manually copy data from GPU to CPU to avoid error.