Skip to content

Commit c3e1878

Browse files
committed
Port contrib to python3
1 parent cd27e53 commit c3e1878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/fluid/contrib/decoder/beam_search_decoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
import contextlib
2424
import numpy as np
25+
import six
2526

2627
from ... import layers
2728
from ...framework import Variable

0 commit comments

Comments
 (0)