类似问题 https://github.com/CharlesShang/TFFRCNN/issues/68

参考:

 http://blog.csdn.net/qing101hua/article/details/77153222

方案:

 

take a look at the memory usage of your gpu with

nvidia-smi -l 3

  

if still free memory that can be used
-> edit lib/fast_rcnn/train.py
~line396 : config.gpu_options.per_process_gpu_memory_fraction = 0.40
edit 0.40 to larger propotion (e.g. 0.9)

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2021-10-17
  • 2022-12-23
  • 2021-04-05
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2021-07-08
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案