Commit 63e3a42f authored by ppwwyyxx's avatar ppwwyyxx

readmes

parent ad6751c7
*.gz
*.txt
# Byte-compiled / optimized / DLL files
__pycache__/
......
# tensorpack
Neural Network Toolbox based on TensorFlow
## Features:
+ Scoped Abstraction of common models.
+ Provide callbacks to control training behavior (as in [Keras](http://keras.io)).
+ Use `Dataflow` to fine-grained control data preprocessing.
+ Write a config file, tensorpack will do the rest.
## Dataflow
Dataflow: use `yield` to build a efficient data processing pipeline.
NOTE: Dataflow aims to be independent of tensorflow.
It should be useful for other python-based learning libraries.
pip @ https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
termcolor
numpy
protobuf~=3.0.0a1
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