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

Fix shuffle_before_labelling and progress bar in Pipeline.generate #170

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

alvarobartt
Copy link
Member

@alvarobartt alvarobartt commented Dec 19, 2023

Description

This PR solves a bug that was introduced as of #166 since the shuffle_before_labelling arg was included, but it was not propagated from Pipeline.generate and as no kwargs were used in _get_batch_generations so the generation_progress_func was being interpreted as the shuffle_before_labelling arg and the progress bar was also broken due to that.

@alvarobartt alvarobartt added this to the 0.2.0 milestone Dec 19, 2023
@alvarobartt alvarobartt self-assigned this Dec 19, 2023
@alvarobartt alvarobartt changed the title Fix shuffle_before_labelling and Pipeline.generate Fix shuffle_before_labelling and progress bar in Pipeline.generate Dec 19, 2023
@gabrielmbmb gabrielmbmb merged commit f91706c into main Dec 19, 2023
4 checks passed
@gabrielmbmb gabrielmbmb deleted the fix-shuffle-before-labelling branch December 19, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants