Skip to content

Commit 04c2e17

Browse files
yinhaofengroot
authored andcommitted
tdm
1 parent e0be159 commit 04c2e17

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

models/treebased/data/data_cutter.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
# Copyright (C) 2016-2018 Alibaba Group Holding Limited
2-
#
1+
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
2+
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
6-
#
6+
#
77
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
8+
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
# ==============================================================================
15-
16-
# Copyright 2018 Alibaba Inc. All Rights Conserved
1714

1815
import argparse
1916
import random

0 commit comments

Comments
 (0)