Skip to content

Commit

Permalink
fix typo in number of objects in bair dataset.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 229708567
  • Loading branch information
cyfra authored and Copybara-Service committed Jan 17, 2019
1 parent b1acbeb commit c44733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/video/bair_robot_pushing.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _info(self):

return tfds.core.DatasetInfo(
builder=self,
description="This data set contains roughly 59,000 examples of robot "
description="This data set contains roughly 44,000 examples of robot "
"pushing motions, including one training set (train) and "
"two test sets of previously seen (testseen) and unseen "
"(testnovel) objects. This is the small 64x64 version.",
Expand Down

0 comments on commit c44733a

Please sign in to comment.