ValueError: Variable conv1/weights already exists, disallowed. Did you mean to set reuse in VarScope

ValueError: Variable conv1/weights already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? 该问题通常在重定义TensorFlow网络模型时出现,可在代码最开始添加 tf.reset_default_graph() ,清除默认图并重
相关文章
相关标签/搜索