Skip to content

Commit 4c6ecb9

Browse files
committed
[example] TensorFlask by JoelKronander
1 parent 86a663a commit 4c6ecb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ TensorLayer started as an internal repository at Imperial College London, helpin
170170
## Applications
171171
- Image Captioning - Reimplementation of Google's [im2txt](https://github.com/tensorflow/models/tree/master/im2txt) by [zsdonghao](https://github.com/zsdonghao/Image-Captioning).
172172
- DCGAN - Generating images by [Deep Convolutional Generative Adversarial Networks](http://arxiv.org/abs/1511.06434) by [zsdonghao](https://github.com/zsdonghao/dcgan).
173-
173+
- A simple web service - [TensorFlask by](https://github.com/JoelKronander/TensorFlask) by [JoelKronander](https://github.com/JoelKronander)
174174

175175
## Special Examples
176176
- Merge TF-Slim into TensorLayer. ``tutorial_inceptionV3_tfslim.py``.

docs/user/example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Applications
4343

4444
- Image Captioning - Reimplementation of Google's `im2txt <https://github.com/tensorflow/models/tree/master/im2txt>`_ by `zsdonghao <https://github.com/zsdonghao/Image-Captioning>`_.
4545
- DCGAN - Generating images by `Deep Convolutional Generative Adversarial Networks <http://arxiv.org/abs/1511.06434>`_ by `zsdonghao <https://github.com/zsdonghao/dcgan>`_.
46-
46+
- A simple web service - `TensorFlask <https://github.com/JoelKronander/TensorFlask>`_ by `JoelKronander <https://github.com/JoelKronander>`_.
4747

4848
Special Examples
4949
=================

0 commit comments

Comments
 (0)