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
81228d5b
Commit
81228d5b
authored
Aug 11, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
61127c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/tutorial/dataflow.md
docs/tutorial/dataflow.md
+5
-5
No files found.
docs/tutorial/dataflow.md
View file @
81228d5b
...
@@ -41,11 +41,11 @@ for simple instructions on writing a DataFlow.
...
@@ -41,11 +41,11 @@ for simple instructions on writing a DataFlow.
### Why DataFlow
### Why DataFlow
1.
It's easy: write everything in pure Python, and reuse existing utilities.
On the contrary,
1.
It's easy: write everything in pure Python, and reuse existing utilities.
writing data loaders in TF operators is
painful.
On the contrary, writing data loaders in TF operators or other frameworks is usually
painful.
2.
It's fast
(enough)
: see
[
Efficient DataFlow
](
http://tensorpack.readthedocs.io/en/latest/tutorial/efficient-dataflow.html
)
2.
It's fast: see
[
Efficient DataFlow
](
http://tensorpack.readthedocs.io/en/latest/tutorial/efficient-dataflow.html
)
on how to build a fast DataFlow.
on how to build a fast DataFlow
with parallel prefetching
.
A
lso see
[
Input Pipeline tutorial
](
http://tensorpack.readthedocs.io/en/latest/tutorial/input-source.html
)
If you're using DataFlow with tensorpack, a
lso see
[
Input Pipeline tutorial
](
http://tensorpack.readthedocs.io/en/latest/tutorial/input-source.html
)
on how tensorpack further accelerates data loading in the graph.
on how tensorpack further accelerates data loading in the graph.
Nevertheless, tensorpack support data loading with native TF operators as well.
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