when i run the main.py for train, i got "ValueError: Variable RelightNet/conv2d/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:" in line68 "I_delta = RelightNet(I_low, R_low)" of model.py
when i run the main.py for train, i got "ValueError: Variable RelightNet/conv2d/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:" in line68 "I_delta = RelightNet(I_low, R_low)" of model.py
somebody can helps me???