Skip to content

Commit

Permalink
Merge pull request #1014 from reyoung/feature/fix_bugs_in_math
Browse files Browse the repository at this point in the history
Rename math.py to layer_math.py
  • Loading branch information
reyoung committed Dec 26, 2016
2 parents 9ae7a10 + 685299c commit 6951c8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/paddle/trainer_config_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@
from networks import *
from optimizers import *
from attrs import *

# This will enable operator overload for LayerOutput
import math as layer_math
import layer_math

0 comments on commit 6951c8a

Please sign in to comment.