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
54f45384
Commit
54f45384
authored
Aug 08, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc
parent
5a8423e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
docs/tutorial/dataflow.md
docs/tutorial/dataflow.md
+5
-3
No files found.
docs/tutorial/dataflow.md
View file @
54f45384
...
...
@@ -37,14 +37,16 @@ with all the data preprocessing.
Unless you are working with standard data types (image folders, LMDB, etc),
you would usually want to write the base DataFlow (
`MyDataFlow`
in the above example) for your data format.
See
[
another tutorial
](
http://tensorpack.readthedocs.io/en/latest/tutorial/extend/dataflow.html
)
for
detail
s on writing a DataFlow.
for
simple instruction
s on writing a DataFlow.
### Why DataFlow
1.
It's easy: write everything in pure Python, and reuse existing utilities. On the contrary,
writing data loaders in TF operators is painful.
2.
It's fast (enough): see
[
Input Pipeline tutorial
](
http://tensorpack.readthedocs.io/en/latest/tutorial/input-source.html
)
on how tensorpack handles data loading.
2.
It's fast (enough): see
[
Efficient DataFlow
](
http://tensorpack.readthedocs.io/en/latest/tutorial/efficient-dataflow.html
)
on how to build a fast DataFlow.
Also see
[
Input Pipeline tutorial
](
http://tensorpack.readthedocs.io/en/latest/tutorial/input-source.html
)
on how tensorpack further accelerates data loading in the graph.
Nevertheless, tensorpack support data loading with native TF operators as well.
...
...
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