用户1085703
2018-12-06 10:55
ValueError: Variable w already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:
啥问题啊?
看着像是你执行了俩次
你执行了两次
ValueError: Variable w already exists,
参数名为w的Tensor已经被你定义了,可能你用Anaconda运行了同一行代码两次
深度学习之神经网络入门最佳路径
21161 学习 · 23 问题
相似问题