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
Hello! thank you for your amazing work! Is the training code already supported for multi-GPU training or still not yet supported?
And I want to correct something from the training instruction: python train.py --resume_from output/marigold_base/checkpoint/latest
python train.py --resume_from output/marigold_base/checkpoint/latest
I think the correct one is: python train.py --resume_run output/marigold_base/checkpoint/latest
python train.py --resume_run output/marigold_base/checkpoint/latest
Thank you!
The text was updated successfully, but these errors were encountered:
Fix in #93.
Sorry, something went wrong.
No branches or pull requests
Hello! thank you for your amazing work! Is the training code already supported for multi-GPU training or still not yet supported?
And I want to correct something from the training instruction:
python train.py --resume_from output/marigold_base/checkpoint/latest
I think the correct one is:
python train.py --resume_run output/marigold_base/checkpoint/latest
Thank you!
The text was updated successfully, but these errors were encountered: