ValueError: Variable conv1_1_3x3_s2/weights already exists, disallowed. Did you mean to set reuse=Tr

ValueError: Variable conv1_1_3x3_s2/weights already exists, disallowed. Did you mean to set reuse=Tr_第1张图片

在运行 ICNet 的tensorflow版本的demo时出现了上述错误,更改很简单,在代码前面加一句

tf.reset_default_graph()

即可。

你可能感兴趣的:(安装报错集合)