📜  配置允许增长 tensorflow - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:58.249000             🧑  作者: Mango

代码示例2
# Assume that you have 12GB of GPU memory and want to allocate ~4GB:
gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.333)

sess = tf.Session(config=tf.ConfigProto(gpu_options=gpu_options))