id: 12731    nodeId: 12731    type: General    point: 89.0    linkPoint: .0    maker: cella    permission: linkable    made at: 2020.03.24 05:09    edited at: 2022.01.02 11:41
to solve the problem that a process occupies most of GPU memory

allow-growth
- session config 에서 set하는 방법
- environment variable set 하는 라인을 main() 에 넣는 방법
os.environ['TF_FORCE_GPU_ALLOW_GROWTH'] = 'true' # for the case "sessionConfiggpu_options.allow_growth=True" is not working

Return to google or to solve the problem that a process occupies most of GPU memory