-
Notifications
You must be signed in to change notification settings - Fork 35
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
Appropriate GPU memory #16
Comments
For reference, I was able to train a model without soft-shading for 5000 iterations with an RTX 3080 Ti (12GB). The settings I had to change were: |
@murlock1000 |
You're right. I've changed it back to 4. This did not affect the memory usage but increased the run time. Interestingly, the 3D model still converged without multi-view support, but it took significantly more iterations to converge to a 3D model and did not provide highly detailed features. |
A100-80G is required for running the soft-shading configuration. |
How much GPU memory is needed for MVDream's soft-shading, batch8, 512 resolution setting (i.e. the paper setting)?
You said A100 GPU in git, but it's not clear because there are two types of A100, 40GB and 80GB.
Thanks
The text was updated successfully, but these errors were encountered: