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
My commands : python train.py -model_type img -data data/demo -save_model demo-model -gpu_ranks 0 -batch_size 4 -learning_rate 0.1 -word_vec_size 80 -encoder_type brnn -image_channel_size 3
My GPU breaks while running to the 10000 steps of 100000
My batch_size sets 4 ,as 20 defined can not run
The text was updated successfully, but these errors were encountered:
What size is your GPU memory? Try to use a smaller batch size.
Sorry, something went wrong.
No branches or pull requests
My commands :
python train.py -model_type img -data data/demo -save_model demo-model -gpu_ranks 0 -batch_size 4 -learning_rate 0.1 -word_vec_size 80 -encoder_type brnn -image_channel_size 3
My GPU breaks while running to the 10000 steps of 100000
My batch_size sets 4 ,as 20 defined can not run
The text was updated successfully, but these errors were encountered: