-
Notifications
You must be signed in to change notification settings - Fork 174
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
[FEATURE REQUEST] Add multi-threading/processing to the Dataset Validator #52
Comments
Did you install xformers? huggingface/diffusers#1343 |
yes but I don't think xformers has anything to do with the validation process... |
You can skip validation, which is what I would suggest. Internally, I'm personally using a preprocessing application written in Rust. This probably isn't something you want to do in Python. |
small self plug for a preprocessor written in python and fully parallel: |
#60 has parallel validation and migration |
It's awfully slow.
I am willing to do it if someone gives me directions
The text was updated successfully, but these errors were encountered: