2.tensorflow.python.framework.errors:asertion failed: [0] [Op:Assert] name: EagerVariableNameReuse
一、问题描述及贴图
tensorflow.python.framework.errors_impl.InvalidArgumentError: asertion failed: [0] [Op:Assert] name: EagerVariableNameReuse
二、解决办法
一般情况下可能是自己的GPU指定错了。
os.environ['CUDA_VISIBLE_DEVICES'] = '1'
一般在这个代码块这里修改GPU的型号,指定为你要训练模型的那块显卡。
2.tensorflow.python.framework.errors:asertion failed: [0] [Op:Assert] name: EagerVariableNameReuse最先出现在Python成神之路。
共有 0 条评论