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, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:
啥問題啊?
2018-12-14
看著像是你執行了倆次
2018-12-14
你執行了兩次
2018-12-07
ValueError: Variable w already exists,
參數名為w的Tensor已經被你定義了,可能你用Anaconda運行了同一行代碼兩次