Ian Lai

Results 1 issues of Ian Lai

https://github.com/guillaumegenthial/im2latex/blob/8e25d7ec2097e2c6515bbb5b41e8f16b79339967/model/components/beam_search_decoder_cell.py#L247 The "body" function for the tf.while_loop extracts final decoding results time step by time step. But the state "parents" has not been updated in the body function! ``` def...