Skip to content

Commit

Permalink
fix ptb author name bug (PaddlePaddle#2858)
Browse files Browse the repository at this point in the history
* fix ptb author bug; test=develop

* fix ptb author bug; test=develop
  • Loading branch information
phlrain authored and XiaoguangHu01 committed Jul 19, 2019
1 parent 1846b47 commit ac7907e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dygraph/ptb_lm/reader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -11,8 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Utilities for parsing PTB text files."""

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
Expand Down

0 comments on commit ac7907e

Please sign in to comment.