1 Star 0 Fork 0

RengarWang/tf2.x(代码)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tf2.0_GPU不占满显存_代码.py 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
RengarWang 提交于 2021-05-25 09:53 . 代码
import tensorflow as tf
import os
os.environ['CUDA_VISIBLE_DEVICES'] = "0" # GPU的编号
config = tf.compat.v1.ConfigProto()
config.gpu_options.visible_device_list = '0' # GPU的编号
config.gpu_options.allow_growth = True
sess = tf.compat.v1.Session(config=config)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rengarwang/tf2-x-code.git
git@gitee.com:rengarwang/tf2-x-code.git
rengarwang
tf2-x-code
tf2.x(代码)
master

搜索帮助