Commit c94585b4 authored by Yuxin Wu's avatar Yuxin Wu

update arch figure, bump to 0.4

parent 47bddd8e
...@@ -5,7 +5,7 @@ Tutorials ...@@ -5,7 +5,7 @@ Tutorials
A High Level Glance A High Level Glance
==================== ====================
.. image:: https://user-images.githubusercontent.com/1381301/29099965-58ad3c00-7c5d-11e7-9c42-bf6f20ca694f.png .. image:: https://user-images.githubusercontent.com/1381301/29187907-2caaa740-7dc6-11e7-8220-e20ca52c3ca6.png
* DataFlow is a library to load data efficiently in Python. * DataFlow is a library to load data efficiently in Python.
......
...@@ -28,4 +28,4 @@ os.environ['TF_AVGPOOL_USE_CUDNN'] = '1' # issue#8566 ...@@ -28,4 +28,4 @@ os.environ['TF_AVGPOOL_USE_CUDNN'] = '1' # issue#8566
import tensorflow as tf # noqa import tensorflow as tf # noqa
assert int(tf.__version__.split('.')[0]) >= 1, "TF>=1.0 is required!" assert int(tf.__version__.split('.')[0]) >= 1, "TF>=1.0 is required!"
__version__ = '0.3.0' __version__ = '0.4.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment