Skip to content

Commit e8adcaf

Browse files
committed
update
1 parent 2b8ea21 commit e8adcaf

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

python/paddle/v2/fluid/clip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
1415
import functools
1516
import layers
1617
import framework

python/paddle/v2/fluid/layers/ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
1415
from ..registry import register_layer
1516

1617
__activations__ = [

python/paddle/v2/fluid/param_attr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
1415
from initializer import Initializer, Xavier, Constant
1516
from regularizer import WeightDecayRegularizer
1617

python/paddle/v2/fluid/tests/book/test_recognize_digits_mlp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
1415
from __future__ import print_function
1516
import numpy as np
1617
import paddle.v2 as paddle

python/paddle/v2/fluid/tests/test_gradient_clip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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+
1415
import numpy as np
1516
import paddle.v2 as paddle
1617
import paddle.v2.fluid as fluid

0 commit comments

Comments
 (0)