Skip to content

Commit 6332e4e

Browse files
committed
add keras example
1 parent 49f5d98 commit 6332e4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ TensorLayer started as an internal repository at Imperial College London, helpin
175175

176176
## Special Examples
177177
- Merge TF-Slim into TensorLayer. ``tutorial_inceptionV3_tfslim.py``.
178+
- Merge Keras into TensorLayer. ``tutorial_keras.py``.
178179
- MultiplexerLayer. ``tutorial_mnist_multiplexer.py``.
179180
- Data augmentation with TFRecord. Effective way to load and pre-process data, see ``tutorial_tfrecord*.py`` and ``tutorial_cifar10_tfrecord.py``.
180181
- Data augmentation with TensorLayer, see ``tutorial_image_preprocess.py``.

docs/user/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Special Examples
4949
=================
5050

5151
- Merge TF-Slim into TensorLayer. ``tutorial_inceptionV3_tfslim.py`` on `GitHub`_.
52+
- Merge Keras into TensorLayer. ``tutorial_keras.py`` on `GitHub`_.
5253
- MultiplexerLayer. ``tutorial_mnist_multiplexer.py`` on `GitHub`_.
5354
- Data augmentation with TFRecord. Effective way to load and pre-process data, see ``tutorial_tfrecord*.py`` and ``tutorial_cifar10_tfrecord.py`` on `GitHub`_.
5455
- Data augmentation with TensorLayer, see ``tutorial_image_preprocess.py`` on `GitHub`_.

0 commit comments

Comments
 (0)