We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a batch of data to process.
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?
The text was updated successfully, but these errors were encountered: