Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Fairseq
Commits
75f6ba05
Commit
75f6ba05
authored
Aug 30, 2018
by
Myle Ott
Browse files
Fix comment
parent
b3cd43b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fairseq/tasks/fairseq_task.py
fairseq/tasks/fairseq_task.py
+1
-1
No files found.
fairseq/tasks/fairseq_task.py
View file @
75f6ba05
...
@@ -45,7 +45,7 @@ class FairseqTask(object):
...
@@ -45,7 +45,7 @@ class FairseqTask(object):
seed
=
1
,
num_shards
=
1
,
shard_id
=
0
,
seed
=
1
,
num_shards
=
1
,
shard_id
=
0
,
):
):
"""
"""
Ge
nerate batches of indices
.
Ge
t an iterator that yields batches of data from the given dataset
.
Args:
Args:
dataset (FairseqDataset): dataset to batch
dataset (FairseqDataset): dataset to batch
...
...
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