Skip to content

Commit

Permalink
alias visualize == vis
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Jun 5, 2017
1 parent 615bfca commit 15e6b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tensorlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
raise ImportError("__init__.py : Could not import TensorFlow." + install_instr)

from . import activation
act = activation
from . import cost
from . import files
from . import iterate
Expand All @@ -23,6 +22,9 @@
from . import nlp
from . import rein

# alias
act = activation
vis = visualize

__version__ = "1.4.5"

Expand Down

0 comments on commit 15e6b29

Please sign in to comment.