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

How to batch process data? #480

Open
insomniaaac opened this issue Jun 8, 2024 · 0 comments
Open

How to batch process data? #480

insomniaaac opened this issue Jun 8, 2024 · 0 comments

Comments

@insomniaaac
Copy link

I have a batch of data to process.

python launch.py --config custom/threestudio-mvimg-gen/configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/000001_rgba.png
python launch.py --config custom/threestudio-mvimg-gen/configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/000002_rgba.png

it will load model twice.

Does there any why to process data one by one without reload model?

Moreover, if i want to distribute my data to multi-gpu, how can i do?

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

1 participant