Skip to content

Commit 6951c8a

Browse files
authored
Merge pull request #1014 from reyoung/feature/fix_bugs_in_math
Rename math.py to layer_math.py
2 parents 9ae7a10 + 685299c commit 6951c8a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/paddle/trainer_config_helpers/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020
from networks import *
2121
from optimizers import *
2222
from attrs import *
23-
24-
# This will enable operator overload for LayerOutput
25-
import math as layer_math
23+
import layer_math

0 commit comments

Comments
 (0)