Skip to content

Commit 68cc383

Browse files
committed
preprocess support py2
1 parent 9bbba6c commit 68cc383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/match/dssm/data/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#encoding=utf-8
12
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,7 +12,6 @@
1112
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
14-
#encoding=utf-8
1515

1616
import os
1717
import sys

models/match/multiview-simnet/data/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#encoding=utf-8
12
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,7 +12,6 @@
1112
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
14-
#encoding=utf-8
1515

1616
import os
1717
import sys

0 commit comments

Comments
 (0)