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
change:
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=1.0) [via]
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=1.0)
into :
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.9) config = tf.ConfigProto(allow_soft_placement=True, gpu_options=gpu_options) config.gpu_options.allow_growth = True
The text was updated successfully, but these errors were encountered:
想问一下 这个问题解决了吗 我是运行demo的时候加载预训练参数 gpu 显存不够了
Sorry, something went wrong.
@shenGrant 像上面这兄弟说的,将text_detect.py中gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.9)这个比例改小点,我的显示是TITAN V,改为了0.6,内存不溢出了。
No branches or pull requests
change:
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=1.0)
[via]
into :
The text was updated successfully, but these errors were encountered: