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
e3bc3c7b
Commit
e3bc3c7b
authored
Dec 09, 2017
by
dongzhuoyao
Committed by
Yuxin Wu
Dec 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo (#543)
parent
e2194663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tensorpack/dataflow/prefetch.py
tensorpack/dataflow/prefetch.py
+1
-1
No files found.
tensorpack/dataflow/prefetch.py
View file @
e3bc3c7b
...
@@ -205,7 +205,7 @@ class PrefetchDataZMQ(_MultiProcessZMQDataFlow):
...
@@ -205,7 +205,7 @@ class PrefetchDataZMQ(_MultiProcessZMQDataFlow):
b. When ``nr_proc>1``, the dataflow produces the same distribution
b. When ``nr_proc>1``, the dataflow produces the same distribution
of data as ``ds`` if each sample from ``ds`` is i.i.d. (e.g. fully shuffled).
of data as ``ds`` if each sample from ``ds`` is i.i.d. (e.g. fully shuffled).
You probably only want to use it for training.
You probably only want to use it for training.
2. The fork of proesses happened in the `reset_state()` method.
2. The fork of pro
c
esses happened in the `reset_state()` method.
Please note that forking a TensorFlow GPU session may be unsafe.
Please note that forking a TensorFlow GPU session may be unsafe.
If you're managing this dataflow on your own,
If you're managing this dataflow on your own,
it's better to fork before creating the session.
it's better to fork before creating the session.
...
...
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