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
Thank you for your excellent research!
I’m trying to train the model using the code you provided (on the Cambridge Landmark dataset), but the training process is taking too long.
I considered increasing the batch_size in Cambridge.yaml under:
train: # train configs batch_size: 1
However, as mentioned in this issue, increasing the batch size causes an error.
Is there another way to speed up the training process?
The text was updated successfully, but these errors were encountered:
Thank you for your interest!
Training time is currently one main drawback of this work. If you don't increase the batch_size, then there isn't any option to speed it up.
Sorry, something went wrong.
No branches or pull requests
Thank you for your excellent research!
I’m trying to train the model using the code you provided (on the Cambridge Landmark dataset), but the training process is taking too long.
I considered increasing the batch_size in Cambridge.yaml under:
However, as mentioned in this issue, increasing the batch size causes an error.
Is there another way to speed up the training process?
The text was updated successfully, but these errors were encountered: