Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Dong authored and Hao Dong committed Aug 5, 2016
1 parent 5558a22 commit 8312734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Input layer
:members:

Word Embedding Input layer
----------------
---------------------------

.. autoclass:: Word2vecEmbeddingInputlayer
.. autoclass:: EmbeddingInputlayer
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you want to use GPU with Mac OX, you need to compile TensorFlow from source.
For ARM processor architecture, you also need to install TensorFlow from source.

TensorLayer
---------
-----------

Hao Dong highly recommend you to install TensorLayer as follow.

Expand Down
2 changes: 1 addition & 1 deletion tensorlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_instr = "Please make sure you install a recent enough version of TensorFlow."
import tensorflow
except ImportError:
raise ImportError("Could not import TensorFlow." + install_instr)
raise ImportError("__init__.py : Could not import TensorFlow." + install_instr)

from . import activation
from . import cost
Expand Down

0 comments on commit 8312734

Please sign in to comment.