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
f17fab8e
Commit
f17fab8e
authored
Jul 14, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
expose DataFromGenerator (#333)
parent
fb501e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tensorpack/dataflow/raw.py
tensorpack/dataflow/raw.py
+1
-1
No files found.
tensorpack/dataflow/raw.py
View file @
f17fab8e
...
@@ -9,7 +9,7 @@ import six
...
@@ -9,7 +9,7 @@ import six
from
six.moves
import
range
from
six.moves
import
range
from
.base
import
DataFlow
,
RNGDataFlow
from
.base
import
DataFlow
,
RNGDataFlow
__all__
=
[
'FakeData'
,
'DataFromQueue'
,
'DataFromList'
]
__all__
=
[
'FakeData'
,
'DataFromQueue'
,
'DataFromList'
,
'DataFromGenerator'
]
class
FakeData
(
RNGDataFlow
):
class
FakeData
(
RNGDataFlow
):
...
...
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