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

Verbosity or progress bar #139

Closed
R-N opened this issue Nov 25, 2023 · 5 comments
Closed

Verbosity or progress bar #139

R-N opened this issue Nov 25, 2023 · 5 comments

Comments

@R-N
Copy link

R-N commented Nov 25, 2023

I'm using StratifiedGroupShuffleSplit on a YOLO dataset of 5k+ images and 130+ classes with about 25 objects in each image. It's been a while and it's still not done yet. I don't know if it's just slow or it's stuck. I wish there were some verbosity or progress bar so I know it's working

dataset.splitter.StratifiedGroupShuffleSplit(train_pct=.8, val_pct=.0, test_pct=.2, batch_size=1)
@R-N
Copy link
Author

R-N commented Nov 25, 2023

Oh okay it's finally... stopped, on an error

@alexheat
Copy link
Contributor

alexheat commented Nov 25, 2023 via email

@R-N
Copy link
Author

R-N commented Nov 25, 2023

Oh what is the error? I can add a progress bar too

I opened another issue for the error since it's already a different topic

@alexheat
Copy link
Contributor

@R-N I have added a progress bar to v55

@R-N
Copy link
Author

R-N commented Nov 27, 2023

Thank you. That's really helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants