Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 0 for size of infinite datasets. #347

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

ChrisCummins
Copy link
Contributor

This changes the value of the size property for datasets from
float("inf") to 0 if the size of the dataset is unknown or
unbounded. This is because the size property is used to return
len(), an the length cannot be a floating-point number..

Fixes #303.

This changes the value of the `size` property for datasets from
`float("inf")` to `0` if the size of the dataset is unknown or
unbounded. This is because the size property is used to return
`len()`, an the length cannot be a floating-point number..

Fixes facebookresearch#303.
@ChrisCummins ChrisCummins added this to the v0.1.10 milestone Jul 30, 2021
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 30, 2021
@ChrisCummins ChrisCummins merged commit e94bdb4 into facebookresearch:development Jul 30, 2021
@ChrisCummins ChrisCummins deleted the dataset-len branch July 30, 2021 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError on len(dataset) if dataset is infinite size
2 participants