Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
63e3a42f
Commit
63e3a42f
authored
Dec 27, 2015
by
ppwwyyxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readmes
parent
ad6751c7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
1 deletion
+18
-1
.gitignore
.gitignore
+0
-1
README.md
README.md
+7
-0
dataflow/README.md
dataflow/README.md
+7
-0
requirements.txt
requirements.txt
+4
-0
No files found.
.gitignore
View file @
63e3a42f
*.gz
*.txt
# Byte-compiled / optimized / DLL files
__pycache__/
...
...
README.md
View file @
63e3a42f
# 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/README.md
0 → 100644
View file @
63e3a42f
## 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.
requirements.txt
0 → 100644
View file @
63e3a42f
pip
@ https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
termcolor
numpy
protobuf
~=3.0.0a1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment