提交 34ecaeb1 编写于 作者: H Hui Zhang

fix import

上级 5034bb55
......@@ -13,7 +13,6 @@
# limitations under the License.
"""Unility functions for Transformer."""
from typing import List
from typing import Optional
from typing import Tuple
from typing import Union
......@@ -142,7 +141,7 @@ def add_sos_eos(ys_pad: paddle.Tensor, sos: int, eos: int,
[ 4, 5, 6, 11, -1, -1],
[ 7, 8, 9, 11, -1, -1]])
"""
# TODO(Hui Zhang): using comment code,
# TODO(Hui Zhang): using comment code,
#_sos = paddle.to_tensor(
# [sos], dtype=paddle.long, stop_gradient=True, place=ys_pad.place)
#_eos = paddle.to_tensor(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册