tensorflow 動態分配內存以及設置使用那塊gpu的方法

動態內存 config = tf.ConfigProto() config.gpu_options.allow_growth=True sess = tf.Session(config=config) 如何控制GPU資源率 (參考:http://blog.csdn.net/u012436149/article/details/53837651) allow growth config
相關文章
相關標籤/搜索